C4435: Illegal expression in conditional expression

[FATAL]

Description

There is an illegal conditional expression used in a if or elif directive.

Example
  #if (3*)

  
  #endif

  
Tips

Check the conditional expression.