I am moving a project from VS 2013 to VS 2015 and when I go to compile a project I get "The command "call “C:***\vcvarsall.bat” x86 “C:***\EditBin.exe” “E:***.exe” /LARGEADDRESSAWARE" exited with code 123.
If I go into (r-click project) properties->BuildEvents "Post-Build event command line" and delete
call “$(DevEnvDir)....\vc\vcvarsall.bat” x86 “$(DevEnvDir)....\vc\bin\EditBin.exe” “$(TargetPath)” /LARGEADDRESSAWARE
It compiles and starts fine. Do I need the post-build command? If so can someone help me with the error.