Compiler Error C2514

'class' : class has no constructors

The specified class was initialized with parameters for which no constructor was defined.

Constructors must be declared with parameter lists that match every parameter list used to initialize objects of the class, structure, or union.