Multiple libraries were found for "ESP8266WiFi.h"
In file included from C:\Users\Muhammad Farooq\Documents\Arduino\NodeMCU_1\NodeMCU_1.ino:42:0:
Used: C:\Users\Muhammad
C:\Users\Muhammad Farooq\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:18:21: fatal error: version.h: No such file or directory
Multiple libraries were found for "BlynkSimpleEsp8266.h" #include <version.h>
Used: C:\Users\Muhammad
^
compilation terminated.
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I searched for both of these libraries in my drive but there wasn't any duplicate. If i delete the library from the folder then i get a missing library error.
The link i used to add the board had http instead of https. I updated it, downloaded the latest (2.5.2) core and now it is working flawlessly. It's so silly that this was holding me back. Now to work on some real projects!