Compiler Error C2557
'identifier' : private and protected members cannot be initialized without a constructor
Only members and friends can assign a value to a private or protected member. Nonpublic members should be initialized in the class constructor.