how can review and solve this issue?
Are you trying to analyze C/C++ code?
If not, the logs give you a great clue!
If you don't want to analyze C/C++/Objective-C files, then prevent them from being analyzed by setting the following properties:
sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-