I have used the Arduino IDE several times succesfully. Since yesterday, I get this error message:
In file included from C:\Users\simon\AppData\Local\Temp\arduino\sketches\3015F1C610A607164D25DD0C60AE38E7\sketch\CameraWebServer.ino.cpp:1:
C:\Users\simon\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\cores\esp32/Arduino.h:23:10: fatal error: stdbool.h: No such file or directory
#include <stdbool.h>
^~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
I already deinstalled the Arduino IDE, rebooted, installed again, but still get this error.