I've just updated the jucer template output by HISE to include the path to the SDK3 folder inside the JUCE directory by default when exporting a VST3 plugin. This will avoid users having to copy files over to the version inside the tools/SDK folder and you won't have to worry about adding the path to the jucer project manually.
I've also enabled bigobj by default on VS17 and improved the naming of some of the output binaries (doesn't make a different most of the time but stops me getting confused writing my exporter app trying to keep track of all the different variations of binary name)
@Christoph-Hart I've made a pull request to scriptnode for these changes, thanks.