C4437: Error-directive found: <message>

[ERROR]

Description

The preprocessor stops with this message if he encounters an error directive. Note: The pragma MESSAGE does not apply to this message because it is issued in the preprocessing phase.

Example
  #error "error directive"

  
Tips

Check why the preprocessor evaluates to this error directive. Maybe you have forgotten to define a macro which has caused this error directive.