This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2439
'identifier' : member could not be initialized
A class, structure, or union member cannot be initialized.
Possible cause
- Trying to initialize an indirect base class or structure.
- Trying to initialize an inherited member of a class or structure. An inherited member must be initialized by the constructor of the class or structure.