Compiler Error C2138
Visual Studio 2015
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 C2138.
illegal to define an enumeration without any members
An enumeration must have at least one member when /Za (disable Microsoft extensions) is selected.
Show: