No C# results in mixed C# and C++ modules

I was wondering if someone could assist with an issue I am having getting the results for .NET.

Here are the latest steps that I tried. My solution is in .NET and has C# and C++ modules. When I only compiled the C# modules I was able to get some Sonar Qube results.

To get the overall solution results I tried using the wrapper output. Here are my steps:

1. SonarScanner.MSBuild.exe begin /k:"Claw3HeadNetTry2" /d:sonar.host.url=[http://asisweesvld03:9000](https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fwww.google.com%2Furl%3Fq%3Dhttp%3A%2F%2Fasisweesvld03%3A9000%26source%3Dgmail-imap%26ust%3D1677104707000000%26usg%3DAOvVaw3-8zrJf_33gxoBC7xO73Ww&data=05%7C01%7CMark.Schaffroth%40ga-asi.com%7C0a4e08767a864b25f3e108db0fa3d70b%7C05e53887e4b3459587f73ae79f0e723e%7C0%7C0%7C638120968595135599%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=w1Cvd7l0BC%2BY8o007tKpLeynTLVy29NCvt93qo9wTkc%3D&reserved=0) /d:sonar.login="sqp_c92197991ed4a0a1ab2c7e9cefd360e006493894" /d:sonar.cfamily.build-wrapper-output=wrapper_output
2. Build-wrapper-win-x86-64.exe –out-dir wrapper_output MSBuild.exe /t:Rebuild
3. SonarScanner.MSBuild.exe end /d:sonar.login="sqp_c92197991ed4a0a1ab2c7e9cefd360e006493894"

The error that I get says something like it found the build-wrapper-dump.json file but it contained 0 C++ analysis files. The file itself is almost 2MB in size.

The online docs refer to a sonar source config file in the root directory, but I did not find that. So, I added the cfamily parameter to line 1 above. I am willing to try any suggestions that they can provide.

SonarQube version 9.8 (build 63668)
Deployed with zip file

Thank you!