I create a project with Win32 application in Microsoft Visual C++ Express and a lot of files gets created for me. When I hit the "Build" button my antivirus program tells me the threat has been removed, and the threat is my program...
I had this problem with Code::Block and a tip made me change some settings and now it works. But how do I get it to work with MS Visual without detecting 'virus' on build?
Anyway.... are you using system("...");? That's a red flag in some virus scanners.
EDIT: Sorry, I misunderstood the problem. I thought your program was being misinterpretted as a virus... not the VS files. My mistake. No idea how to fix, sorry :(