I would like to work using the C++ language, can I do that?

I’m using vscode and trying to pass the generated codes to C++.
I’ve already tried renaming from *.C to *.Cpp and from *.H to *.Hpp, I’ve already tried changing the Squareline driver in the programming language from C to C++.

I was unsuccessful. Could anyone help me resolve this.

I want to have files specialized in functions and I don’t want to do everything in “main()” which is the only true C++.

Below is the print screen from my laptop

Thanks

I think you should register your extra files in the CMakeLists.txt for CMake, and maybe change C to CPP in the main CMakeLists.txt file. Maybe it’s best if you first try with a very simple project of a CMake+CPP constellation what else is required.