DHT Sensor newbie

Hey there,
I am trying to use my ESP32 DEVKIT1 with Blynk and a DHT sensor
the problem is when I am trying to compile it gives me an error

Arduino: 1.8.10 (Windows 10), Board: “DOIT ESP32 DEVKIT V1, 80MHz, 921600, None”

sketch_nov18b:35:25: error: ESP8266WiFi.h: No such file or directory

Multiple libraries were found for “SPI.h”
compilation terminated.

Used: C:\Users\Zohar
exit status 1
ESP8266WiFi.h: No such file or directory

This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.

I already installed the ESP8266 wifi-master it didnt help

Any idea what is causing that would be super helpful
Thanks!! :smile:

use #include <WiFi.h> for ESP32 instead of ESP8266WiFi.h