I am new to S32 Design Studio, I'm using the S32K3X4EVB-Q172, and have gone through the "Getting Started with the S32K3X4EVB-Q172 Evaluation Board" process to set up S32 Design Studio.
I've downloaded several example projects, including the Port_Example_S32K344 project. When I build I get the following errors:
Building file: ../Project_Settings/Startup_Code/system.c
../Project_Settings/Startup_Code/exceptions.c:29:10: fatal error: Platform_Types.h: No such file or directory
29 | #include "Platform_Types.h"
arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c"
../Project_Settings/Startup_Code/startup.c:29:10: fatal error: Std_Types.h: No such file or directory
29 | #include "Std_Types.h"
I'm guessing this is a path issue, but I'm not sure where to start.
The Update Code button is shadowed and can't be selected, and I get the error message:

Any assistance in resolving this would be appreciated.