# No such file or directory Juce\_VST3\_Wrapper.cpp

**URL:** https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843
**Category:** Windows
**Created:** [May 25, 2015, 5:52pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843 "2015-05-25T17:52:42Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 25, 2015, 5:52pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/1 "2015-05-25T17:52:42Z")

</div>

screenshot: https://www.dropbox.com/s/meak6c73lgknliu/Screenshot%202015-05-25%2012.49.15.png?dl=0

&nbsp;

wtf!? I cant get this working. Im trying to compile the JucePluginDemo with the latest version of Juce. I think I need to link the steinburg vst sdk in the introjuce or something but idk...............

&nbsp;

```
1>------ Build started: Project: JuceDemoPlugin, Configuration: Debug Win32 ------
1> juce_VST_Wrapper.cpp
1> juce_VST3_Wrapper.cpp
1>c:\users\seanw\dropbox\programming shit\juce-windows\modules\juce_audio_processors\format_types\juce_vst3headers.h(80): fatal error C1083: Cannot open include file: 'base/source/baseiids.cpp': No such file or directory (..\..\..\..\modules\juce_audio_plugin_client\VST3\juce_VST3_Wrapper.cpp)
1>c:\users\seanw\dropbox\programming shit\juce-windows\modules\juce_audio_plugin_client\vst\juce_vst_wrapper.cpp(81): fatal error C1083: Cannot open include file: 'public.sdk/source/vst2.x/audioeffectx.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
```

&nbsp;

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 25, 2015, 6:09pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/2 "2015-05-25T18:09:37Z")

</div>

okay im reading in

juce\_vst3\_wrapper.cp.....

&nbsp;

/\*&nbsp; These files come with the Steinberg VST SDK - to get them, you'll need to  
&nbsp;&nbsp;&nbsp; visit the Steinberg website and agree to whatever is currently required to  
&nbsp;&nbsp;&nbsp; get them. The best version to get is the VST3 SDK, which also contains  
&nbsp;&nbsp;&nbsp; the older VST2.4 files.

&nbsp;&nbsp;&nbsp; Then, you'll need to make sure your include path contains your "VST SDK3"  
&nbsp;&nbsp;&nbsp; directory (or whatever you've named it on your machine). The introjucer has  
&nbsp;&nbsp;&nbsp; a special box for setting this path.  
\*/

&nbsp;

what path is it? external libraries to link? i put that path of the steinberg vst3 sdk and saved and reopened in visual studio but no dice......

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 25, 2015, 6:22pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/3 "2015-05-25T18:22:19Z")

</div>

what i'm really asking is where do I stick the vst sdk?

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 25, 2015, 6:38pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/4 "2015-05-25T18:38:26Z")

</div>

ok so I made the sdk an additional include directory and it got rid of those 2 errors but now im getting this:

&nbsp;

https://www.dropbox.com/s/w07yg0vfy38i870/Screenshot%202015-05-25%2013.30.41.png?dl=0

---

<div class="post-metadata">

### Author: ![ShareCommunity](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/sharecommunity/32/1748_2.png) [@ShareCommunity](https://forum.juce.com/u/ShareCommunity)
#### Post date: [May 25, 2015, 7:45pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/5 "2015-05-25T19:45:00Z")

</div>

You may have nearly built a VST pluggin - a .dll - You hopefully discovered that you'll need to download the VST SDK (s) - Read the associated text and get. You shouldn't need to change anything (apart from where you've put the VST SDK(s) )

As its name implies, it plugs-in to something - A host! The host is expecting to find it where you tell it to look for plugins

Build the audio plugin host (it, too, will need to know where the VST SDK is, BTW) - and tell it where to find its plugins

&nbsp;

_**BTW: It'd be WAY easier if you just copy/pasted the error text onto the forum. 1) we wouldn't have to download big files needlessly, 2) other people will find it if they're searching**_

&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 25, 2015, 9:11pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/6 "2015-05-25T21:11:15Z")

</div>

but it's not showing up in abletonnnnnnnnnnnnnnnnnnnnnnnnnn :(

---

<div class="post-metadata">

### Author: ![jrlanglois](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jrlanglois/32/21372_2.png) [@jrlanglois](https://forum.juce.com/u/jrlanglois)
#### Post date: [May 25, 2015, 9:27pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/7 "2015-05-25T21:27:14Z")

</div>

Not sure what platform you're on, but no matter what - your host has to know where your plugin is, and it would need to scan for it.

---

<div class="post-metadata">

### Author: ![ShareCommunity](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/sharecommunity/32/1748_2.png) [@ShareCommunity](https://forum.juce.com/u/ShareCommunity)
#### Post date: [May 25, 2015, 9:27pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/8 "2015-05-25T21:27:50Z")

</div>

Where is abletonnnnnnnnnnnnnnnnnnnnnnnnnn expecting to find the .dll? Copy the .dll to that folder

---

<div class="post-metadata">

### Author: ![jrlanglois](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jrlanglois/32/21372_2.png) [@jrlanglois](https://forum.juce.com/u/jrlanglois)
#### Post date: [May 25, 2015, 9:28pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/9 "2015-05-25T21:28:03Z")

</div>

By the way,&nbsp;to save time next time, walk backwards from any demo project in the&nbsp;Introjucer to see how they're set up.

---

<div class="post-metadata">

### Author: ![jrlanglois](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jrlanglois/32/21372_2.png) [@jrlanglois](https://forum.juce.com/u/jrlanglois)
#### Post date: [May 25, 2015, 9:28pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/10 "2015-05-25T21:28:00Z")

</div>

Seems I'm out of the loop: I guess&nbsp;Ableton got major 'n' upgrades?

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 26, 2015, 5:06pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/11 "2015-05-26T17:06:26Z")

</div>

it didn't make a dll, there isn't one in the builds folder at least. where does it make the dll?

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 26, 2015, 6:54pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/12 "2015-05-26T18:54:11Z")

</div>

okay so i got it to make the .dll but now when i copy it to the vst folder ableton is scanning it doesn't show...

---

<div class="post-metadata">

### Author: ![Walker\_Texasranger](https://avatars.discourse-cdn.com/v4/letter/w/bbe5ce/32.png) [@Walker\_Texasranger](https://forum.juce.com/u/Walker_Texasranger)
#### Post date: [May 26, 2015, 6:54pm UTC](https://forum.juce.com/t/no-such-file-or-directory-juce-vst3-wrapper-cpp/14843/13 "2015-05-26T18:54:46Z")

</div>

okay so i got it to make the .dll but now when i copy it to the vst folder ableton is scanning it doesn't show...
