C2374 Compiling Error VS 2017 VST3 [SOLVED]

Ok got a problem with the VST3 exporter here. This is a fresh project with fresh sdk.
I cannot compole the VST3 plugin it throws always these Compiler Errors: Errors on Microsofts Page

I dont know what to do due to this being an empty project and the sdk was just downloaded and unzipped.

Ideally use the VST3 SDK that is bundled in JUCE. To do that, leave the field “VST3_SDK” empty (in global paths AND in the exporter itself).
No need to download anything extra.

Ahh thx, that worked. I did this bc that solved a problem i had when i tried to get into juce a while ago