C4430: Include macro does not expand to string

[FATAL]

Description

The file name specified is not a legal string. A legal file name has to be surrounded with double quotes '"'.

Example
  #define file 3

  
  #include file

  
Tips

Specify a legal file name.