The Include Directory
The include directory contains all include files generated by the project organized into project name and namespace directories, as follows:
 
include\
<projectname>\
fwd.h
pkgdefs.h
MyService_typesConverter.h
MyServiceBase.h
MyServiceProxy.h
MyServiceSkeleton.h
<namespace_tag>\
DataType.h
DataTypeMarshal.h
Note the inclusion of two include files that are unique to the project. These are:
*fwd.h. Forward declares all generated classes.
*pkgdefs.h. Specifies all build macros needed for DLL exporting and importing.
The directory namespace_tag is optional, depending on whether the project includes a schema and therefore datatypes are generated. If so, those header files will be placed under a separate subdirectory according to namespace.