This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L1306: Semantic errors referencing C++ std lib symbols, but project builds successfully

Part Number: MSPM0L1306

I'm using GCC 9 from the App Center in a CCS project for the MSPM0L1306. My code references some C++ std lib symbols like std::array, std::begin and std::end. The project builds successfully, but these symbols are marked as semantic errors in CCS saying that the symbol could not be resolved. When looking at the list of include dirs in the project, the gcc include/c++/9.2.1 folder is not included directly in the list. I'm guessing that's why CCS cannot resolve the std symbols. I'm also assuming that the compiler automatically includes that dir for C++ source files.

How should I adjust my project configuration so that CCS can resolve these C++ std symbols?