Error during SonarScanner execution with .NET

Information
SonarScanner 4.6.1.2450
Scanning a WebAPI in .NET
Initial scan

Issue
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 16.218s
INFO: Final Memory: 9M/48M
ERROR: Error during SonarScanner execution
ERROR: Component ‘Test’ is not a project
ERROR:

Where Test is a random name I am using to scan the project.

Update
This error happens when there’s a misconfiguration on a SonarQube server. For example… If you create a new application vs. creating a new project. If one creates an application and uses a project key for submitting analyses SonarQube won’t recognize the name and nothing will be be submitted. This is why it reads ‘Test’ is not a project and that’s because it was configured as an application. Make sure you understand the difference between the two.