# Help - Cubase not finding Juce VST3 plugins

**URL:** https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927
**Category:** General JUCE discussion
**Created:** [April 18, 2019, 8:20pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927 "2019-04-18T20:20:12Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Chi79](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/chi79/32/6077_2.png) [@Chi79](https://forum.juce.com/u/Chi79)
#### Post date: [April 18, 2019, 8:20pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/1 "2019-04-18T20:20:12Z")

</div>

Cubase is not finding my VST3 plugins.

I’m on Windows 7, Cubase 8.5 64bit and building the VST3 with Visual Studio 2017.

Visual Studio is set to build for 64bit - the same as Cubase.

In Projucer settings I have done the following:

- Set PluginFormat to VST3
- Set Plugin VST3 Category to Fx and Instrument

Everything else is set to defaults.

The VST builds and I can use it in the JUCE AudioPluginHost without problems but Cubase doesn’t even see it. I searched the forums and it seems like others that had a similar issue were not copying the VST to the right folder. I’m pretty sure I am - `C:\Program Files\Common Files\VST3`. I also tried with another default project but still no success. What am I missing?

---

<div class="post-metadata">

### Author: ![holy-city](https://avatars.discourse-cdn.com/v4/letter/h/8491ac/32.png) [@holy-city](https://forum.juce.com/u/holy-city)
#### Post date: [April 18, 2019, 8:52pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/2 "2019-04-18T20:52:55Z")

</div>

iirc the default Cubase plugin folder is `C:/Program Files/Steinberg/VST3`, not `Common Files`. Might want to check your cubase settings.

---

<div class="post-metadata">

### Author: ![Chi79](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/chi79/32/6077_2.png) [@Chi79](https://forum.juce.com/u/Chi79)
#### Post date: [April 18, 2019, 8:57pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/3 "2019-04-18T20:57:31Z")

</div>

Thanks, but according to [https://helpcenter.steinberg.de/hc/en-us/articles/115000177084-VST-plug-in-locations-on-Windows](https://helpcenter.steinberg.de/hc/en-us/articles/115000177084-VST-plug-in-locations-on-Windows) - I am using the correct folder.  
`C:/Program Files/Steinberg/VST3` seems to be for steinbergs own vst3 only. All other 3rd part VST3 I have are in `C:\Program Files\Common Files\VST3` and they work fine. But of course I did try all the folders I could find - no luck so far

EDIT: I just downloaded Reaper and that finds the plugin no problems

---

<div class="post-metadata">

### Author: ![daniel](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/daniel/32/790_2.png) [@daniel](https://forum.juce.com/u/daniel)
#### Post date: [April 19, 2019, 11:26am UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/4 "2019-04-19T11:26:59Z")

</div>

The article from Steinberg you linked doesn’t mention the Cubase version. Since 8.5 is 2 versions behind, I wouldn’t be surprised, if that changed at some point.

Did you try the path @Holy_City posted?

---

<div class="post-metadata">

### Author: ![Chi79](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/chi79/32/6077_2.png) [@Chi79](https://forum.juce.com/u/Chi79)
#### Post date: [April 19, 2019, 12:57pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/5 "2019-04-19T12:57:39Z")

</div>

hehe yeah - I tried all the VST folders I could find of course 😋 Still no joy - plus it’s pretty clear that it is the right folder since all other 3rd party vst3 files are there and nowhere else. The folder suggested by Holy\_City does not exist and the closest one only has older VST DLL files in it.

But - I did come across a possible solution whilst googling last night - something about setting the runtime library to `static runtime`

> [@JUCE 5 audio plugin demo not showing up in Cubase](https://forum.juce.com/t/juce-5-audio-plugin-demo-not-showing-up-in-cubase/22367):
>
> Hi, I’ve built the audio plugin demo (with Visual C++ 17, Windows 10, 64-bit) from a fresh install of JUCE 5. The plugin shows up in the JUCE host, but not under Cubase LE Elements 9, despite doing all the obvious things like ensuring that Cubase knows about the directory containing the VST .dll/rescanning for plugins/restarting Cubase etc. Just to be clear: for deployment to some host DAW, does anything other than the VST dll need to be visible to the DAW? Thanks, Jerry.

I will try this now…fingers crossed I can stop pulling my hair out

---

<div class="post-metadata">

### Author: ![Chi79](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/chi79/32/6077_2.png) [@Chi79](https://forum.juce.com/u/Chi79)
#### Post date: [April 19, 2019, 3:00pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/6 "2019-04-19T15:00:35Z")

</div>

Hooray! That was it 🙂

I guess most people won’t notice if they are running their host on the same machine they are developing on but because my DAW PC doesn’t have Visual Studio or any dev stuff I needed to use the static runtime.

---

<div class="post-metadata">

### Author: ![daniel](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/daniel/32/790_2.png) [@daniel](https://forum.juce.com/u/daniel)
#### Post date: [April 19, 2019, 3:29pm UTC](https://forum.juce.com/t/help-cubase-not-finding-juce-vst3-plugins/32927/7 "2019-04-19T15:29:07Z")

</div>

In terms of static linkage please have a read on this thread:

> [@IMPORTANT BREAKING CHANGE: JUCE will now use dynamic linking for the Windows runtime by default](https://forum.juce.com/t/important-breaking-change-juce-will-now-use-dynamic-linking-for-the-windows-runtime-by-default/25276):
>
> We have decided to dynamically link to the Windows runtime by default if you are building for Windows. If you do not override the default setting in the Projucer, then this means that you must ensure that the Windows runtime is installed on your customer’s computer for your plug-in/app to work. Unfortunately, this is necessary to workaround a limitation in a recent Windows update (see notes below). [32] More details: When building your app/plug-in you need to choose if you want to include the…
