C4407: Illegal character in string or closing '>' missing

[FATAL]

Description

Either there is a non-printable character (as control characters) inside the file name for the include directive or the file name is not enclosed with '<' and '>'.

Example
  #include <abc.h[control character]

  
Tips

If there are non-printable characters inside the file name, remove them. If there is a missing '>', add a '>' to the end of the file name.