美文网首页
Unable to start program, access

Unable to start program, access

作者: XBruce | 来源:发表于2021-11-02 22:40 被阅读0次

    I tried to run C++ code on VS 2017, but I am getting this message. I tried to find solutions online on git-hub, MSVS forums, and here, but the proposed solutions didn't help me to overcome this problem. I would like some help to solve this problem.


    image.png

    Solution

    You are trying to "execute" the "ALL_BUILD" folder rather than your program; a folder can't be executed.

    Check your program's project properties and ensure that the "Command" you want to debug actually points to the compiled 'exe' file or $(TargetPath) and ensure that you have the correct start-up project selected.

    相关文章

      网友评论

          本文标题:Unable to start program, access

          本文链接:https://www.haomeiwen.com/subject/epafzltx.html