C1034: Unknown kind of linkage

[ERROR]

Description

The indicated linkage specifier was not legal. This error is caused by using a linkage specifier that is not supported.

Example
  extern "MODULA-2" void foo(void);

  
Tips

Only the "C" linkage specifier is supported.