Setting the Include Paths
For all SourcePro components, the include path must point to the buildspace root. Do not point to the rw directory because the #include directive in SourcePro code already includes this directory. For example:
 
#include <rw/rstream.h>
Thus, if the buildspace is located at c:\RogueWave\SourcePro\<ver>-osd, the command line include path is ‑Ic:\RogueWave\SourcePro\<ver>-osd.