Problems configuring / compiling the SDK samples

Hello,
When we try to compile the example given with the SDK, we encounter the following error messages.

1>C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\RealityCapture Sdk for Windows\1.0\Include\CapturingReality.ModelTools.h(572): error C2653:‘Kernel’ : is not a class or namespace name

1>C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\RealityCapture Sdk for Windows\1.0\Include\CapturingReality.ModelTools.h(572): error C2061: syntax error : identifier ‘IItemSelection’

What we are doing wrong?

Thanks,

Gwendal Amossé
Frederic Chauveau (CTO)

Hello,

I do not know what this problem is. If you want a quick fix (and do not need this entry point) you can forward declare the class before including the SDK headers.

Code:
namespace Kernel {
class IItemSelection;
}
Of course this can only be a temporary fix.

Thanks it works, i can compiling the MeshingExample.