Rogue Wave Component Builder (RCB): Building Your Applications : PART I General Build Information : Chapter 1 The Basics : More About Include Path
More About Include Path
SourcePro C++ header files are organized in the buildspace like this:
 
buildspace
rw // Essential Tools Module, Essential Math Module,
// and Linear Algegra Module header files
trace // trace package header files
... // Header files for other modules or packages
The include path must point to the buildspace root for every SourcePro C++ component. Do not point to the rw directory because the #include directive in SourcePro C++ code already includes this directory:
 
#include <rw/rstream.h>