Problems configuring / compiling the SDK samples

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.