Hi Juan,
I didn’t get the error you had but had to do a couple of modifications to the BSP as shown below. After re-compiling the BSP, then opening the pe_demo, it compiled without issue.
Add to BSP Properties:
"$/Generated_Code/IO_Map.h"
Copy C:\Freescale\CW MCU v10.6\MCU\ProcessorExpert\lib\Kinetis\iofiles\MK60F12.h
To C:\Freescale\Freescale_MQX_4_1_0_GA_RC7\mqx\build\cw10gcc\bsp_twrk60f120m\Generated_Code\IO_Map
MK60F12.h is in the BSP BUT it is a link to the CW10.6 path and the file is not physically copied into the BSP\IO_Map folder. Copying it resolved BSP build issue.
Regards,
David