I just updated from Visual Studio 2010 and InstallShield 2011 LE. VS would build my projects, and the installers generated by IS would build and work as expected.
After updating to Visual Studio 2012 and InstallShield 2012 LE, when building the SingleImage configuration I'm getting...
Error 6 -6103: Could not find file "C:\dev\MySolution\MyProject\obj\x86\Release\MyProject.exe" ISEXP : error : -6103: Could not find file "C:\dev\MySolution\MyProject\obj\x86\Release\MyProject.exe"
Error 10 -6271: File C:\dev\MySolution\MyProject\obj\x86\Release\MyProject.exe not found. An error occurred building the MsiFileHash table record for this file. Verify that the file exists in the specified location. ISEXP : error : -6271: File C:\dev\MySolution\MyProject\obj\x86\Release\MyProject.exe not found. An error occurred building the MsiFileHash table record for this file. Verify that the file exists in the specified location.
Error 11 -6417: Internal build error ISEXP : error : -6417: Internal build error
I have verified that the file exists in the specified location. I'm not sure where to go from here, or even what question I should be asking.