After reinstalling my OS, my old project no longer compiles. It requires LiquidCrystal, however, this has been installed by the built-in library manager. I can see that the header files exist under /home/user/Arduino/libraries/LiquidCrystal, yet, the compiler cannot find the .h files it needs.
Yes, I am including it with <>, not "".
I don't seem to find any obvious preferences or settings in the IDE that would tell the compiler what folders to include when looking for header files.
Please check in "preferences" that your sketchbook location points to "/home/user/Arduino" where it reads"C:\Users\steve\Documents\Arduino" in this screenshot:
Usually the IDE looks into the libraries folder in this directory but also in the pre-installed libs in the program folder (e.g.: C:\Program Files (x86)\Arduino\libraries)