C2450: Expected:

[ERROR]

Description

An unexpected token was found.

Example
  void f(void);

  
  void main(void) {

  
    int i=f(void); // error: "void" is an unexpected 
  keyword!

  
  }

  
Tips

Use a token listed in the error message. Check if you are using the right compiler language option. E.g. you may compile a file with C++ keywords, but are not compiling the file with C++ option set. Too many nested scopes