I think this code was compiled using the MicroCode Studio Plus ICD Compile
Thank you Charles_Leo, you are correct, it's been a while since I last use this software so I was a bit rusty.

Joe S., I have added your code and everything is working now
CCP1CON = 0 ' DISABLE CAPTURE COMPARE MODULE
TRISC = %00000000 ' SET ALL PORT C TO OUTPUTS
Thank you very much!!!