Can't run C++ programs or create assessments

I am trying to create a project in C++ (the Online Boarding Tutorial was in Python) and when I try to compile and run, I get the following error:

Class names, ‘Test1.cpp’, are only accepted if annotation processing is explicitly requested
1 error

Also, when trying to make an assessment in the guide editor, I get this error:
/bin/sh: 1: g++: not found

Even though I placed this command within the execution box:

g++ -o Test1 Test1.cpp && ./Test1

Anyone know what steps I need to take?

Brendon

Hi Brendon,

Apologies for the delay. Have you resolved your issue? If not perhaps you can share the name of the project or assignment and we can take a look.

For support questions your best bet is our Support team which is available via email help@codio.com or using the support chat in the product. More information here: Codio Support — documentation

Best, Sharon

Hi Sharon,

I did, yes, thank you for your help!

Brendon