When I #include the above referenced file into my project, when I attempt to compile the code I get:
1>c:\program files\bentley\microstationconnectsdk\include\rastercore\RasterExporter.h(160): error C2061: syntax error : identifier 'DgnRasterMosaicCR'
If I comment out the line:
#include "RasterExporter.h"
then the compiler is happy...
Bruce