I am starting to learn about the Windows API. So I opened up Microsoft Visual C++ and created a new project. I chose Win32 project and it started up. I then clicked build and run before typing anything and I came up with this error:
error RC2104: undefined keyword or key name: DS_SETFONT....
The error told me it was in the windows resource file that I cannot edit. I looked on-line and I couldn't find anything on this topic.
How would I go about fixing this?