C4405: Include-directive followed by illegal symbol

[FATAL]

Description

After an include directive, there is an illegal symbol (not a file name in double quotes or within '<' and '>'.

Example
  #include <string.h> <&lt;< message C4405 here

  
Tips

Correct the include directive.