Exclude the project folder.
Windows security > "Virus and Thread Protection" >
"Virus and Thread Protection settings" "Manage settings" >
Exclusions: Add or remove Exclusions
Microsoft may have somewhere a page to submit false positives... Not sure.
AV are sometimes weird. I had cases were an AV would flag an exe, until I removed debug info. So it thought the non-executable parts contained a thread (well they could still be loaded as resource).
Windows protector recently flagged a project, that I used to test exception, so all it was doing was throwing errors, which of course is not what normal programs do (not that frequently). And I guess if you debug your app, then it may be the same, maybe it has an error that is detected as "not normal".