My post build step is failing after upgrading to version 7.0.6. It’s trying to call juce_vst3_helper.exe which it expects to find under my builds folder (in x64\Release\VST Manifest Helper). However, juce_vst3_helper.exe (and the “VST Manifest Helper”) folder doesn’t exist and I can’t figure out where it’s supposed to get built. It seems like I’m missing a step somewhere. What am I missing?
There were a couple of fixes in this area recently. Please try out the develop branch and see whether the problem is resolved there.
If you’re still seeing the problem on the develop branch, please paste the output of the build command so that we can see exactly what is happening.
That seems to have worked. Thanks!