Can't compile code “launch: program does not exist ”

前端 未结 7 1528
醉话见心
醉话见心 2021-01-31 06:16

I have simple console application in C++ that I succeed to compile with Visual Studio.

I wanted to try Visual Studio Code so I copied the directory to the computer wit

7条回答
  •  一个人的身影
    2021-01-31 06:30

    Make sure your "program" and "cwd" properties are actually correct. Check the path it tells you and compare with the path you want them to be.

提交回复
热议问题