The INCLUDE environment variable is used by both the compiler and the debugger. It specifies the path the compiler and debugger use to locate C++ include files (files included in your source code with the #include directive.)
Environment Variables