With PBP3 you no longer need to comment out the INC file.

BTW you should'nt edit it each and every time. Comment out the DEVICE and CONFIG lines in the INC file, save it... and set the fuses on your code period.

If you still experiment compiler error or warning, check out the syntax used.. is it PM or MPASM... PM need DEVICE line(s), while MPASM need __CONFIG line(s)

Better get familiar with MPASM syntax though... PBP3 use it, PM is no longer supported.