SonarQubeAnalyze@4 fails with The base directory of the module '47FC3477-1769-3BF1-9D9C-F82E22B35809

Hi,

Following some investigation I did, I noticed that CMake is running compilation to check the compiler.
The files of this check are deleted afterward.
Because I ran the SonarQubePrepare before the CMake (unlike I wrote in the original question) the analyzer was looking for them and failing when it couldn’t.
For the sake of testing I disabled that delete using --debug-trycompile.
The process was completed and the analysis phase is now failing with another error:

 The "build-wrapper-dump.json" file was found but 0 C/C++/Objective-C files were analyzed.

Digging around, lead me to this thread.
It is a very old version of SonarQube so my question is CLR still not supported?