C4436: Name expected

[FATAL]

Description

The preprocessor expects a name for the ifdef and ifndef directive.

Example
  #ifndef 3333_H // <&lt; C4436 here

  
  #define 3333_H

  
  #endif

  
Tips

Check if a legal name is used, e.g. it is not legal to start a name with a digit.