[Solved] Undefined symbols IPlugView::iid and IPlugViewContentScaleSupport::iid

Adding this code to vstinitiids.cpp fixes it, but is this the correct solution?

  • #include “pluginterfaces/gui/iplugview.h”
  • #include “pluginterfaces/gui/iplugviewcontentscalesupport.h”

//------------------------------------------------------------------------
namespace Steinberg {
+

  • DEF_CLASS_IID (IPlugView)
  • DEF_CLASS_IID (IPlugViewContentScaleSupport)