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.
Paul,
The compiler is not able to find the header file as it is in a subfolder of one of the include paths specified in the project. If you take a look at the include paths for the project you would want to add ${C2000WARE_ROOT}/device_support/f2838x/common/include
Alternatively, you could add the /include to the #include statement
Regards,
John