Compiler Error C2730

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Compiler Error C2730.

class' : cannot be a base class of itself

Recursive base classes are invalid. Specify another class as the base class.

Show: