Eclipse: C++ Run Configuration missing?

c, c++, eclipse

Solution

- Select Help → Install New Software

- Type this url:http://download.eclipse.org/tools/cdt/releases/indigo

- Tick the CDT Main Features witch includes c++ sdk

- Restart eclipse done!

Problem

Good day, I set up Eclipse with MinGW and my project compiles fine: However when I try to run it via creating a Run Configuration I have the problem that there is no C/C++ Local Application like here: Mine looks like this: What is missed? What do I need to do?

Original source