I am very confused by this error:
juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp: No such file or directory
8 | #include <juce_audio_plugin_client/juce_audio_plugin_client_VST3.cpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:175: build/intermediate/Debug/include_juce_audio_plugin_client_VST3_dd633589.o] Error 1
I have set my include path correctly, and have included many more paths in the hope of finding the issue:
“includePath”: [
“${workspaceFolder}/",
"…/…/…/…/…/mnt/d/”,
“…/…/jaspe/JUCE/",
"/usr/include/”,
“…/…/…/…/…/mnt/d/MATLAB/",
"/…/${workspaceFolder}/”,
“${workspaceFolder}/JuceLibraryCode/",
"/…/JUCE/”,
“…/…/…/…/c/newJUCE/",
"…/…/…/…/c/Users/jaspe/JUCE/”,
“/usr/",
"/…/mnt/c/”
]
Any suggestions would be very welcome, this appears ‘buggy’ to me as I have had JUCE projects working prior on this configuration, unless I am being very stupid (high chance!)
Many thanks
