nop, this still doesn't make it better :-(
After further investigation I found out the following which looks wrong in my eyes:
- if I double-click on the error message the GPIO1.h file pops up from the following path:
C:\Freescale\Freescale_MQX_4_2\mqx\build\cw10gcc\bsp_twrk60d100m\Generated_Code
trying to "open declaration" of GPIO_PDD.h fails.
- if I go to the bsp_... project and open the same file inside the Generated_Code folder it comes from the following path (??!):
C:\Freescale\Freescale_MQX_4_2\lib\twrk60d100m.cw10gcc\debug\bsp\Generated_Code
well I think this should be the same files?! "open declaration" of GPIO_PDD.h opens it and it comes from this path:
C:\Freescale\CW MCU v10.6.4\MCU\ProcessorExpert\lib\Kinetis\pdd\inc
summarized:
the mqx-project points to the wrong GPIO1.h. This shouldn't be so, should it? As I mentioned before it has worked perfekt a few weeks ago, I reinstalled MQX and CW but I didn't get rid of that error!