Getting error C2001: new line in constant

I ran into the same problem and found that it was caused by my package’s name having an apostrophe in it. Removing it fixed the error, although it’s not an ideal fix.