On a Ubuntu Linux machine the Code::Blocks IDE can be installed using the Ubuntu Software Centre
cd ~/developer/build_linuxx86/build
Xcpp Object.xcpp mode=gen
Since this is a workspace with projects that require translation using Xcpp you must type:
make dtranslate
Note that the IDE supports both release and debug configurations for projects that don't use Xcpp. However for projects that use Xcpp the IDE is only referencing the translated debug versions, so it's no good editing those in the IDE. You will need to edit the source files in some other editor (using Visual Studio under Windows is recommended), and you need to run 'make dtranslate' in a terminal each time before rebuilding in the Code::Blocks IDE.