Hi. I created an Audio Plugin project with Introjucer for VS2015, went to compile, got lots of warning, but this seems to be the only error:
All packages are already installed and there is nothing to restore.
NuGet package restore finished.
1>------ Build started: Project: VS2015, Configuration: Debug x64 ------
1> juce_VST3_Wrapper.cpp
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10056.0\ucrt\stdio.h(1925): warning C4005: 'snprintf': macro redefinition
1> E:\SDKs\VST3 SDK\pluginterfaces/base/fstrdefs.h(102): note: see previous definition of 'snprintf'
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10056.0\ucrt\stdio.h(1927): fatal error C1189: #error: Macro definition of snprintf conflicts with Standard Library function declaration
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Im a little inexperienced at that level of depth of understanding, could someone enlighen me?
Thanks!