You code appears that you want to use the internal OSC but the configs show an external.

Try this
_FOSC_INTOSC_HS_1H
in place of
_FOSC_HSPLL_HS_1H

You can go to the MPASM Suite in program files\microchip, look at the *.inc file there to see all of the config options. Do not modify that file.
Thank a bunch...I changed the MPASM file back to FCMEM and made the PBP .INC to match, also set it to the internal OSC as you showed.