Well, let's make sure your PIC is working...

Got an LED? Connect it say between PortB.0 with a series Resistor (anything between 220R and 470R) and Vss (0v).

After your LCD define put...

LED var PORTB.0

In your main loop, anywhere put...

Toggle LED

When the PIC runs, your LED should blink...