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

前端 未结 7 1505
醉话见心
醉话见心 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:43

    The error ".exe file does not exist" in vscode can occur because of the following reasons: 1. If the program contains white spaces 2. If there is re-declaration of variables or other kind of compilation errors

提交回复
热议问题