Hello! I am trying to use sonar-cxx, but it cant find any issues even with [vs_project](https://github.com/SonarOpenCommunity/sonar-cxx/tree/master/integration-tests/testdata/vs_project) test project. My steps: - I use default vs_project sonar-project.properties file with my url and token properties - Copied Sonar way CXX profile, named it CPP, activate 6200 rules and set it as default   - Run `sonar-scanner.bat -X` with no additional arguments [report.txt](https://github.com/user-attachments/files/18810918/report.txt) And receive no issues  Did I miss something when setting it up? Also why do I get preprocessor warning in report about `iostream`? - OS Windows 11 - SonarQube Community Build v25.2.0.102705 - cxx plugin version 2.2.0.1110 - sonar-scanner version 6.2.1.4610 - Java SDK 17.0.12