Bonjour

j'ai téléchargé kepler pour faire du c++
j'ai choisi de faire le projet qui inscrit hello word dans le console
après avoir lancé build projet j'ai la réponse suivante

14:39:36 **** Build of configuration Debug for project disco2 ****
make all
Building file: ../src/disco2.cpp
Invoking: Cross G++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/disco2.d" -MT"src/disco2.d" -o "src/disco2.o" "../src/disco2.cpp"
Finished building: ../src/disco2.cpp

Building target: disco2
Invoking: Cross G++ Linker
g++ -o "disco2" ./src/disco2.o
Finished building target: disco2


14:39:37 Build Finished (took 1s.87ms)
je retrouve un fichier disco2.exe dans

C:\Users\roro utilisateur\workspace\disco2\Debug

lorsque je fait run j'ai l'erreur suivante :
The selection cannot launched and there are no recent launches

je pense que l IDE n'est pas configuré correctement
Pouvez vous m'aider
Merci