Compiler Warning (level 4) C4623
Visual Studio 2010
'derived class' : default constructor could not be generated because a base class default constructor is inaccessible
A constructor was not accessible in a base class and was therefore not generated for a derived class. Any attempt to create an object of this type on the stack will cause a compiler error.
This warning is off by default. See Compiler Warnings That Are Off by Default for more information.