Other Parts Discussed in Thread: SYSBIOS
Hello,
After searching this forum and the CCS wiki, I'm still having problems with included header files. Even though the base directory is listed in the "Includes" project folder, the compiler complains that it can't find several header files. Here's one example:
The following line is in a very simple, one-source-file program:
#include <ti/sysbios/BIOS.h>
In addition, the following directory is listed in the "Includes" project directory:

Yet the compiler still outputs: error: could not open source file "ti/sysbios/BIOS.h"
Any ideas would be very appreciated. Thanks!