How do I even find a reference to a source file named Source.cpp in Visual Studio 2017?
None of the search utilities I am used to using will work because the entire project is stored in Microsoft's 16 bit character format instead of regular ASCII, so all of the text has nulls every other character. So, using grep or find is out.
The built in find in files function reports 0 files contain the phrase Source.cpp also.
unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?
|
Nope, I screwed something up somewhere in the resource editor and I don't know what it was or how to find out. The file Source.cpp is completely empty. I don't know why it was created. Even more bizarre, it's backdated to April 22nd, around when I started playing with this, but this error just started showing up today.
How do I tell Visual Studio 2017 that "Source.cpp" is NOT any part of WindowsProject2? I can't find that anywhere and have spent an hour looking for help to what probably is a stupid question.
The program, while it didn't do much, was working yesterday. Now because I triggered something in the dialog box or menu editor or something, it won't even compile.
(Adding headers into an empty file to produce an inert turd might fix the problem but I'm pretty sure that's not what I want to learn. Please help me fix this correctly?)