Edit

Share via


Fatal Error C1012

unmatched parenthesis: missing 'character'

The parentheses in a preprocessor directive do not match.

The following sample generates C1012:

// C1012.cpp
// compile with: /c
#if (0   // C1012
#endif