You must specify the include path in all your project files if you're using an IDE, and in any other relevant scripts or files that contain path information. In addition, you must be sure to use the proper path if you run your compiler from the command line.
The include path for Standard C++ Library header files is:
<rw_root>\workspaces\<OS+ver>\<COMPILER+ver>\<buildtype>\include
For example, for MSVC 6.0 on NT 4.0 with build type 12s:
<rw_root>\workspaces\WINNT4\MSVC60\12s\include
Appendix A lists the mnemonics for all the compilers and operating systems that Rogue Wave supports. SPM appends version numbers to the mnemonics for your compiler and operating system. Section 2.5 explains <buildtype> information.
©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.