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;
}
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.
namespace Kernel {
class IItemSelection;
}