Resource Compiler Error RC2001

newline in constant

A string constant was continued on a second line without either a backslash (\) or closing and opening double quotation marks (").

To break a string constant that is on two lines in the source file, do one of the following:

It is not sufficient to end the first line with \n, the escape sequence for embedding a newline character in a string constant.