Compiler Error C2610

identifier 'identifier' can never be instantiated; user-defined constructor is required

The specified class cannot be properly initialized.

This error occurs when a constructor cannot be created for the class. A user-defined constructor should be defined.