I am using mplab v8.76 and i downloaded the c18 compiler from microchip. While compiling the code it shows the following warning. Initially, i tried led blink code for that it didnt show any warning or error. It gets compiled.
Debug build of project `E:\FABMAX\PIC18F4550\LCD\LCD.mcp' started.
Language tool versions: mpasmwin.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Fri Jan 02 15:18:47 2015
----------------------------------------------------------------------
Make: The target "E:\FABMAX\PIC18F4550\LCD\lcd.o" is out of date.
Executing: "C:\Program Files\Microchip\mplabc18\v3.47\bin\mcc18.exe" -p=18F4550 "lcd.c" -fo="lcd.o" -D__DEBUG -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
E:\FABMAX\PIC18F4550\LCD\lcd.c:38:Error [1027] unable to locate 'pic18cxxxx.h'
MPLAB C18 3.47 (evaluation)
Copyright 2000-2011 Microchip Technology Inc.
Days remaining until evaluation becomes feature limited: 60
WARNING: Running the compiler in extended mode will not be supported when the evaluation becomes feature limited.
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `E:\FABMAX\PIC18F4550\LCD\LCD.mcp' failed.
Language tool versions: mpasmwin.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Fri Jan 02 15:18:53 2015
----------------------------------------------------------------------
BUILD FAILED