Quote Originally Posted by Joe S. View Post
You do not have to include pic16f88 if you are using MCS, it does it for you when you select 16f88 at the top of MCS, ELSEWISE it would have to be in the same directory as your code, in order to be found.
Please show us how you wrote the config statement exactly.
Hello Joe,
this line
@ __config _XT_OSC & _WDT_ON & _PWRTE_ON & _MCLR_ON & _BODEN_ON & _WRT_PROTECT_OFF

but in any case (with or without this config statement), have the same error and, after compiling and programming the micro don't work.

Thanks