I feel like this is a stupid question, but I googled to no avail, so I'm going to ask anyway. In my Visual Studio project, I created a folder "Test". I ran the project in debug mode and the code was built and added to the bin/debug folder as expected. Later I deleted the Test folder, but on the next debug I found that the previously deleted directory and files were still there. The presence of these old files is causing issues with debugging and I can certainly just go delete them, but I'm thinking it should handle this automagically. Am I wrong?
I tried running clean, build, rebuild as recommended here, none of which removed these invalid files from the debug folder.