Closed
Description
Problem: When converting a jucer project(JUCE 6.1.5) to cmake via FRUT reprojucer and compiling VST3 target ended up some syntax errors in the juce's VST3_Wrapper header file.
Martin suggested to compare FRUT reprojucer generated VST3.vcxproj with the one generated by projucer after which I found that in certain places of reprojucer generated VST3.vcxproj, the entries JucePlugin_ManufacturerCode, JucePlugin_PluginCode, etc had extra strings(" // ABCD") along with their corresponding hex values.
After removing those extra strings, the build compiled just fine.
PS: VST target also suffered the similar problem