SonarQube usual issue -build-wrapper-dump.json" file was found but 0 C/C++/Objective-C files

Good afternoon
I am using SonarQube through Azure devops with C/C++/Objective-C…

My main repository includes a repo called project where there is my C source code.

I am using the build wrapper build-wrapper-linux-x86-64.

The build wrapper operation is performing correctly.

But when the scan operation is performing it fails due to :slight_smile: ##[error]java.lang.IllegalStateException: The “build-wrapper-dump.json” file was found but 0 C/C++/Objective-C files were analyzed. Please make sure that:

I checked all the path and i can t understand why Sonarqube donest find the source code.

sonarlog.txt (28.4 KB)
build-wrapper-dump.json (498.5 KB)
build-wrapper.log (1.8 MB)

I ve been on this issue for hours now wihtout any clue.

Hey there.

Can you share your full Azure Pipelines YML?