The problem:
No includes folder in the project folder.
Error: "Launch failed. Binaries not found"
I'm writing my first C code on Eclipse (new to Eclipse) but cant seem to run it. When I create a new project like so file->new->c project-> choose empty project
and MinGW in toolchains and finish.
There I end up with a empty folder and no include folder. From there i create a new src folder and a .cpp file, then i "build all" the code first then run it. After all that i end up with Launch failed. Binaries not found
. I also checked that PE Windows Parser is on. Also this line is underlined red:
#include <iostream>
What am i missing ?