-1

This error only happened in Debug mode, what could be? The code is very large, cannot copy to here. Error LNK1104 cannot open file 'D:\TEST\TEST_Build.exe'

  • Your app may be locked by an antivirus scan. I suggest you could refer yo the link:https://stackoverflow.com/questions/33574061/visual-studio-c-only-in-debug-mode-lnk-1104-error – Jeaninez - MSFT Dec 17 '20 at 07:29

1 Answers1

1

Microsoft documentation says:

The two most common causes of the issue are:

your program is already running or is loaded in the debugger [...]

It lists a few other possibilities, too - please follow the link.

Eugene
  • 6,194
  • 1
  • 20
  • 31