Hi Ronbowalker. Use this header at the top of your program. I have never had a problem with it.

OSCCON = $60 'sets int osc to 4mhz
adcon1 = 7 ' set inputs to digital. adcin command will convert to analog
@ DEVICE MCLR_ON, INTRC_OSC, WDT_ON, LVP_OFF, BOD_OFF, PWRT_ON, PROTECT_ON

Then add your program code.