Compiler Error C2144

syntax error : missing 'token' before type 'type'

The compiler expected the given token to appear before the given type name.

This error can be caused by a missing closing brace (}), right parenthesis, or semicolon (;).