I forced a clean compile, and turned on verbose output with this result:
Compiling 'WORKING' for 'Arduino Mega or Mega 2560 w/ ATmega2560 (Mega 2560)'
Build folder: Data/VMicro/Arduino/Builds/WORKING/mega_atmega2560
SketchLibFolders
G:\Program Files\Arduino\hardware\arduino\avr\cores\arduino;G:\Program Files\Arduino\hardware\arduino\avr\variants\mega;g:\program files\arduino\hardware\tools\avr\avr\include\;g:\program files\arduino\hardware\tools\avr\avr\include\avr\;g:\program files\arduino\hardware\tools\avr\avr\;g:\program files\arduino\hardware\tools\avr\lib\gcc\avr\4.3.2\include\;
Summary: Header=1 Prototypes=3 Imports=2
Additional Defines: VISUALMICRO_COMPILER_VER=1;
Architecture Tools: G:\Program Files\Arduino\hardware\tools\avr\bin\
GCC: 4.3.2
Sketchbook:
file:///G:/Documents%20and%20Settings/Clay.Routh/My%20Documents/Arduino "G:\Program Files\Arduino\hardware\tools\avr\bin\avr-g++" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -MMD -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=150 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR -I"G:\Program Files\Arduino\hardware\arduino\avr\cores\arduino" -I"G:\Program Files\Arduino\hardware\arduino\avr\variants\mega" "G:\Documents and Settings\Clay.Routh\Local Settings\Application Data\VMicro\Arduino\Builds\WORKING\mega_atmega2560\WORKING.cpp" -o "G:\Documents and Settings\Clay.Routh\Local Settings\Application Data\VMicro\Arduino\Builds\WORKING\mega_atmega2560\WORKING.cpp.o" -DVISUALMICRO_COMPILER_VER=1
WORKING.ino:11: error: 'LiquidCrystal' does not name a type
WORKING.ino:In function 'void setup()'
WORKING.ino:21: error: 'lcd' was not declared in this scope
WORKING.ino:In function 'void loop()'
WORKING.ino:32: error: 'lcd' was not declared in this scope
Error compiling
It has been a very long time since I was programming C code, and C++ didn't seem very foreign. I began digging through the LiquidCrystal.cpp source, and I can see I have a great deal of research to do before I ever write an include of my own LOL! And I found no reference to the variable "lcd" in it.