My antivirus deleted my .exe file inside of the debug folder is there a way to create a new .exe file?
My antivirus deleted my .exe file inside of the debug folder is there a way to create a new .exe file?
Most virus programs do not delete files, they quarantine them. They also have a method of un-quarantining (restoring) a previously quarantined file.
If your antivirus program is interfering with your development by deleting or quarantining the executables that you build then you should see if you can exclude the folders that you use for development from the antivirus scanning.
Of course, you need to rebuild any project whose output has already been deleted or quarantined by the antivirus.
12 people are following this question.
Print Preview fails after ribbon resource changed
Is getting the address from a Symbol the same as getting the address for the variable?
dynamically switch mfc ribbon Resource
Error setting up debug mode with CMake in Visual Studio Code
Could not load file or assembly on MCRTEXE.CPP When trying to Debug on C++ CLR Console app