no such file or directory even though library have installed
C:\Users\juanb\AppData\Local\Temp.arduinoIDE-unsaved2025215-5876-16lhmpf.trrp\sketch_mar15a\sketch_mar15a.ino:1:10: fatal error: Adafruit_TFTLCD.h: No such file or directory
#include <Adafruit_TFTLCD.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: Adafruit_TFTLCD.h: No such file or directory
Open up the Library Manager panel and show us that it is installed then.
Check if the file indeed exists using Windows explorer. The location of the libraries is a sub directory of the sketchbook directory; you can find the sketchbook directory under file → preferences in the IDE.
I don't think it's the case here but just making sure: any non-ascii characters in the path to the libraries?
OK, you have non-ascii characters in the path and the IDE does not like that; it's a known issue.
Change your sketchbook directory to e.g. C:\Users\juanb\Documents\Arduino.
Close the IDE.
Copy the content of the original sketchbook directory to the new sketchbook directory.
Start the IDE.
Note:
Your sketchbook should not point to the libraries directory; it will work confusing.
thanks it works



