I'm new to eclipse. I tried to create a new C ++ project via File-> New -> C++ Project -> Hello World C++ Project . When I try to run it, it gives me an error:
Launch Failed, Binary not found .
However, when I right-click on the project, select the Build Project option, and then click the start button, the welcome program will complete successfully.
I tried to enable automatic build configuration at every location indicated by this link . However, this does not work for me unless I manually create it.
Is it mandatory to first create it manually before it can be launched? I have no such problem when using eclipse for java projects.
I am using Eclipse Luna version 4.4.
c ++ eclipse eclipse-cdt build
shivshnkr
source share