This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Unable to locate library file when compiling with VSCode but fine with ArduinoIDE #1597
Labels
bug
intellisense
needs-more-info
More details about this issue are needed for it to be actionable.
stale
I appear to have an issue with libraries when trying to compile and or upload with VSCode.
When I use either of the Arduino IDE's to compile and upload the code, it works without any issues and the app runs fine on my ESP32S3 board. However, when I do the same thing in VSCode, I get the error unable to locate the file "TFT_eSPI.h" as indicated by the error underline in screenshot.
I have of course ensured the TFT_eSPI library is installed correctly, which it is as the sketch runs fine when compiled with Arduino IDE, but just not with VSCode.
Could someone please help and point me in the right direction please. I am not fond of the Arduino IDE and would much rather use VSCode or even VS2022 which I use for playing around with c# and .net.
Many thanks.
The text was updated successfully, but these errors were encountered: