I have just installed Code Composer v5.0.2 and imported a project that I've been using with v4. I'm getting an error: fatal error: could not open source file "xdc/std.h". I am including <xdc/std.h> in my main.h file. In the build properties for the project, I do have C:\Program Files (x86)\Texas Instruments\ccsv5\xdctools_3_20_08_88\packages\xdc as listed, which is where the std.h file is located. Also, if I ctl-click on the <xdc/std.h> in main.h, then the std.h file is displayed, so it seems like the build tools should be able to find the file. How do I let the compiler know the location of this file?