LCD.h

Hi all, i have followed the procedure for using a LCD from this page
:[SOLVED] I2C LCD - Setup instructions for 16x2 - Displays - Arduino Forum

;however it gives me this error:
Arduino: 1.6.4 (Windows 7), Board: "Arduino Uno"

sketch_jun16a.ino:2:17: fatal error: LCD.h: No such file or directory
compilation terminated.
Error compiling.

I have attached a picture showing that the file is in my library and i have checked the forum for a similar problem but i couldn't find one. can you help me out? Thanks

Imgur

You've tried Sketch>Include Library>... and / or restarting the Arduino IDE?

in the picture I don't see the line

#include <LiquidCrystal_I2C.h>

@MarkT i have tried restarting it but i don't really understand what you mean by Sketch>Include Library>

@gpop1 i got the code from [SOLVED] I2C LCD - Setup instructions for 16x2 - Displays - Arduino Forum I only made the appropriate corrections which was finding my i2C address and changed the size

when you open the arduino ide go to the top tab called sketch then down to include library and click then go down the list. Near the bottom should be a library called liquidcrystal if you do not have the library then do a internet search for a i2c lcd library and download that. copy it to the same library folder that the arduino program uses.

@gpop1 I have tried to do what you said and it still gives me the same error. I have also downloaded another library and replaced it with my current one; the same error occurs.

post you code and look at the folder on your computer using this type of file path

C:/users/name/mydocuments/arduino/libary/liquidcrystal theres should be a file called liquidcrystal_i2c.h