C4406: Closing '>' missing

[FATAL]

Description

There is a missing closing '>' for the include directive.

Example
  #include <string.h

  
Tips

Correct the include directive.