Build in MS Visual C++ Express gives Virus warning?

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...

The 'virus' it detects is
Generic.malware.[variant], Generic.[variant], gen:win32.malware.[variant], Gen:variant.[variant]


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?

Thanks in advance
Last edited on
projekt


*groaaan*


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 :(
Last edited on
Anyone? please...
Still none?
The sample program automatically generated by Visual Studio gives you the same virus warning ?

If so, then you need to lower heuristic settings of your antivirus program or even better, change it with some decent one.
Topic archived. No new replies allowed.