C4402: Redefinition of existing macro '<MacroName>'

[FATAL]

Description

It is not allowed to redefine a macro.

Example
  #define ABC 10

  
  #define ABC 20

  
Tips

Correct the macro (e.g. using another name).