fatal error: ESP8266WebServer.h: No such file or directory
#include <ESP8266WebServer.h>
The same .cpp file also has "#include <ESP8266WiFi.h>", which builds just fine. So there seems to be something about ESP8266WebServer.h that prevents it from being included in a .cpp file. Any ideas?
Thanks,
-- John