Turning on verbose logs helped me figure out the problem, so I could see the error messages.
In my case, it was c++arm: environment variable "WIND_BASE" not defined
. Normally our build process sets that directly, so I’ll just have to figure out how to make sure certain environment variables are set and visible to the SonarQube IDE extension.
Thank you! This was very helpful