To build your project:
See the Build results in the Console view.
For a C/C++ project, use:
**** Build of configuration Debug for project hello_world **** make all Building file: ../src/hello_world.cpp Invoking: Intel® C++ Compiler Classic icpc -g -O0 -MMD -MP -MF"src/hello_world.d" -MT"src/hello_world.d" -c -o "src/hello_world.o" "../src/hello_world.cpp" Finished building: ../src/hello_world.cpp Building target: hello_world Invoking: Intel C++ Linker icpc -O0 -o "hello_world" ./src/hello_world.o Finished building target: hello_world Build Finished. 0 errors, 0 warnings.
Detailed descriptions of errors, warnings, and other output can be viewed by selecting the Problems tab.