[FATAL]
The preprocessor expects a name for the ifdef and ifndef directive.
#ifndef 3333_H // << C4436 here
#define 3333_H
#endif
Check if a legal name is used, e.g. it is not legal to start a name with a digit.