This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2223
left of '->identifier' must point to class/struct/union
The operand to the left of ->
is not a pointer to a class, structure, or union.
Possible cause
- Left operand is an undefined variable (therefore type int).