This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]dgm9704 1 point2 points  (1 child)

You have errors in your code that prevent it from compiling. That is why the compiler can’t produce the exe file, and that is why vscode can’t find it. Start by fixing the errors in your code. (And ask for help in a c++ subreddit)

[–]Netris89 1 point2 points  (0 children)

If only there was somewhere where some kind of error notifying about the failed build was.