Compiler Error C2444

 

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 C2444.

identifier' : used ANSI prototype, found 'type', expected '{' or ';'

The function prototype is followed by a type.

This error can be caused by a missing semicolon or curly brace.

Show: