Please switch on full commandline logging:
change "Settings -> Compiler and debugger... -> Global compiler settings -> [the compiler you use] -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline",
then do a rebuild (clean and build not build and run) and post the output of the Build log,
then run the program from inside C::B and post the new output from the Build log.
I did as you said and got this for the first build:
mingw32-g++.exe -c "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.cpp" -o "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.o"
mingw32-g++.exe -o "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.exe" "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.o"
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings
Checking for existence: D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.exe
Executing: D:\Programme\CodeBlocks/cb_console_runner.exe "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.exe" (in D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++)
Process terminated with status 0 (0 minutes, 19 seconds)
I think that's totally okay but when I try to build it again or any other program I get this:
mingw32-g++.exe -c "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.cpp" -o "D:\Dokumente und Einstellungen\Rimdeker\Eigene Dateien\C++\Rimdeker.o"
Welcome to Hangman. Good Luck!
You have 8 incorrect guesses left.
You've used the following letters:
So far, the word is:
---------
Enter your guess:
Lol, those are the first lines of output of the program I was working on before this problem occured. Of cours, I cannot type in the build log and the build , run and buil&run buttons are greyed out and unclickable.