Visual Studio compiles but the exe isn't there

后端 未结 13 825
终归单人心
终归单人心 2021-01-17 11:22

Source code that compiles fine on other peoples environments won\'t correctly work in my environment. When I do a rebuild the compile occurs but when visual studio goes to

13条回答
  •  醉话见心
    2021-01-17 11:50

    In the solution properties page, check whether the path you are expecting the exe to be is same as the one specified in Linker -> Output file.

    Another obvious mistake could be, check what build configuration you are building. You might be doing a release build and expecting a debug executable file :) I have done this a few times.

提交回复
热议问题