Hi,
     I am trying to use crystalspace that has a lot of .h header files in it.  When I copy the code for the tutorial and compile it, I get the error that it cannot find crystalspace.h  (called by #include <crystalspace.h> line in the program).  Now, I know where this file is on my computer along with the other crystal space headers.  Where/how can I tell the compiler to look for it (without making my project local to that directory)?  I have gotten a standard cpp program to work in codeblocks so the setup isn't the issue.
Thanks,
~Mark