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.

includes

I want to use #include <stdio.h> and #include <math.h> but CCS4 can't find them unless I specifically add the directory they're in to the list of directories to search when looking for headers.  Must I always specifically tell this compiler to look in that directory?  What kind of compiler can't find stdio.h?