Tool/software: Code Composer Studio
I am guessing that there is some sort of bug in the CCS support for Simplelink microcontrollers. I have added SimpleLink MSP432E4 SDK 2.30.0.14 as a product in my project.
I go to the Build->ARM Compiler -> Include Options and I find a variable ${COM_TI_SIMPLELINK_MSP432E4_SDK_INCLUDE_PATH} that has a small rectangle that shows a tool tip "Contributed by Product SimpleLink MSP432E4 SDK <none>". This variable is obviously completely empty because it is not included as a parameter to the compile command. ${COM_TI_SIMPLELINK_MSP432E4_SDK_SYMBOLS} is likewise an empty variable.
In the Build list variables tab with "Show System Variables" checked I see: COM_TI_SIMPLELINK_MSP432E4_SDK_INSTALL_DIR contains the appropriate value as well as ...INSTALL_DIR_REPOS. You can see that the INCLUDE_DIR is empty.
I have filled it in by copying the INSTALL_DIR path, but this is something that CCS should do automatically.