Compiler Error C2332

‘class/struct/union/enum’: missing tag name

You must to specify a variable name for the data type you are declaring.

For example, the following statement generates error C2332:

int struct;