So I tried looking around didn't find anything here or on google. My problem is;
After a random number of debugs my game will build, but when the exe tries to get executed, i get "Access Denied to Debug\<project>.exe blah blah". my only clue is that in the build log shows;
Quote: "1>LINK : Debug\<project>.exe not found or not built by the last incremental link; performing full link"
meaning that the exe was already locked before i attempted to debug.
I checked the task manager nothing seems remotely related to the program. Anyone have an idea? Could be related to not properly closing clearing memory on exiting?