im using PIC PRO BASIC version 2.60 and MPASM version 8.15.
this my 18f45k22.inc file


;************************************************* ***************
;* 18F45K22.INC *
;* *
;* By : Leonard Zerman, Jeff Schmoyer *
;* Notice : Copyright (c) 2010 microEngineering Labs, Inc. *
;* All Rights Reserved *
;* Date : 05/11/10 *
;* Version : 2.60a *
;* Notes : *
;************************************************* ***************
NOLIST
ifdef PM_USED
LIST
"Error: PM does not support this device. Use MPASM."
NOLIST
else
LIST
LIST p = 18F45K22, r = dec, w = -311, w = -230, f = inhx32
INCLUDE "P18F45K22.INC" ; MPASM Header
__CONFIG _CONFIG1H, _FOSC_INTIO67_1H
__CONFIG _CONFIG3H, _PBADEN_OFF_3H
__CONFIG _CONFIG4L, _LVP_OFF_4L & _XINST_OFF_4L
NOLIST
endif
LIST
EEPROM_START EQU 0F00000h
BLOCK_SIZE EQU 64




And this the error i got after compile the code
Name:  Capture.PNG
Views: 700
Size:  52.1 KB


Hope you can give feedback as soon as possible