Hello,
I'm working on a project with the MK22FN1M0Axxx12 chip. In my MCUXpresso project, I am using the SDK_2.x_MK22FN1M0Axxx12. I have a few components from the SDK enabled such as GPIO, Port, and common, but when I go to build my configuration I get errors in my utilities folder for missing header files. These header files exist in my workspace under a separate folder (drivers).

From reading other community posts, I have double checked my Project properties to make sure I am including the proper pathways. Above, you can see that my utilities and drivers folders exist in my include path.
If I attempt to manually resolve the error in my file by typing out the full pathway for the missing header file, I get new errors based on missing header files in that file. I have double checked to ensure that my folders in question are not being excluded from the build.

I have also double checked that under "Manage SDK components" the proper driver has been enabled. For example, my error says I am missing "fsl_common.h", and above you can see that common has been enabled.
I have tried deleting my project and recloning from my team's source control, which is working for them, but I am still seeing the same issue occur. I am wondering if there is a step somewhere I have missed with making sure my IDE and my project are configured properly. Any help in the matter would be appreciated.
Thanks for your time and assistance,
Carson.