Not much help, but I found a big discussion of the SEARCH and LSEARCH options in my C++ user guide. It talks about how the compiler finds included files.
Use the SEARCH option to specify system include files (as in #include <blah.h>) and the LSEARCH option to specify your include files (as in #include “blah.h”)