I downloaded S32SDK_S32_PA_RTM_3.0.3.exe. I then imported one of the examples into my workspace, C:\NXP\S32_SDK_S32_PA_RTM_3.0.3\examples\MPC5744P\driver_examples\timer\pit_periodic_interrupt.
When I tried to build it, main.c is looking for several include files that don't exist anywhere in the SDK. For example, Cpu.h, pin_mux.h, pit1.h, clockMan1.h.
Where should I look for these files?