C4438: Endif-directive missing

[FATAL]

Description

All if or ifdef directives need a endif at the end. If the compiler does not find one, this message is issued.

Example
  #if 1

  
Tips

Check where the endif is missing. Generate a preprocessor output (option -Lp) to find the problem.