I do not have that chip to actually test this, but try this using the internal OSC.
Code:
'Set the *.inc OSC configs to..
CONFIG PLLDIV = 2
CONFIG OSC = INTOSCPLL
CPUDIV = OSC1
Then in your code
Code:
DEFINE OSC 48
That should have the chip set to run at USB speeds using the built in OSC.