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