C4420: Illegal character in string or closing " missing

[FATAL]

Description

A string contains either an illegal character or is not terminated by a closing double quote.

Example
  #define String "abc

  
Tips

Check your strings for illegal characters or if they are terminated by a double quote.