'identifier' : not a function
The identifier is used as a function but not declared as a function. The following sample generates C2063:
int i, j; j = i(); // error, i is not a function