LCD fatal error: LiquidCrystal/LiquidCrystal.h: No such file or directory

hi guys,

My 2x16 LCD is properly connected.
When i flash code online using the particle build site, it works and the LCD shows what i wrote, but when i try to compile firmware using the particle command line interface on my computer, i get an error showing like this:

fatal error: LiquidCrystal/LiquidCrystal.h: No such file or directory
#include “LiquidCrystal/LiquidCrystal.h”
^
but the same exact code runs on my particle build online account. What am i missing exactly?? please help out.

Where did you put the libraries? Could we have a screenshot of the directory your project lives in, as well as the properties file?

beginner mistake :sweat_smile:

i need to download and add libraries to my project.

thanks for the fast reply and help.