HISE Logo Forum
    • Categories
    • Register
    • Login

    Export Error - JUCE VST3 Wrapper

    Scheduled Pinned Locked Moved General Questions
    27 Posts 3 Posters 2.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • trillbillyT
      trillbilly
      last edited by

      Hey HISE Team,

      Trying to export a plugin and receive this error.

      include_juce_audio_plugin_client_VST3.cpp
      g:\02 hise\hise-new_layout\hise-new_layout\juce\modules\juce_audio_plugin_client\vst3\juce_vst3_wrapper.cpp(66): fatal
      error C1083: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory [G:\02 HISE\HISE
      Builds\Blaque - Electric Guitar\Binaries\Builds\VisualStudio2017\Blaque - Electric Guitar_VST3.vcxproj]
      

      Exporting in Windows 10 with New Layout. I have re-downloaded the New Layout Branch, re-compiled it (thinking if I was missing files, this would replace them) and still no luck.

      The only thing I can thing of is when using JUCE with the New Layout, it always says my "JUCE Folder Path" is incorrect, even though it doesnt actually look to be. Could this have anything to do with it?

      d.healeyD trillbillyT 2 Replies Last reply Reply Quote 0
      • d.healeyD
        d.healey @trillbilly
        last edited by

        @trillbilly Are you exporting VST3?

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        1 Reply Last reply Reply Quote 0
        • trillbillyT
          trillbilly @trillbilly
          last edited by

          @trillbilly I do have "VST3 Support" checked in the HISE Preferences. Is this what your are referring too?

          d.healeyD 1 Reply Last reply Reply Quote 0
          • d.healeyD
            d.healey @trillbilly
            last edited by

            @trillbilly Yes. How many copies of the HISE source code are on your system? When you export from HISE did you select 64bit? Does it give you the option to choose between VST2 and VST3 in the export popup?

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

            trillbillyT 1 Reply Last reply Reply Quote 0
            • trillbillyT
              trillbilly @d.healey
              last edited by

              @d-healey Yes, it gives options for both 32/64. I have tried just 64 and 32/64 with same result.

              I deleted all other HISE Codes and now only have the New Layout. Does HISE need any other files deleted to completely remove previous versions?

              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @trillbilly
                last edited by

                @trillbilly said in Export Error - JUCE VST3 Wrapper:

                Does HISE need any other files deleted to completely remove previous versions?

                No.

                Stick with 64bit only.
                Are you using the latest commit (today) of new_layout?

                Libre Wave - Freedom respecting instruments and effects
                My Patreon - HISE tutorials
                YouTube Channel - Public HISE tutorials

                trillbillyT 1 Reply Last reply Reply Quote 0
                • trillbillyT
                  trillbilly @d.healey
                  last edited by

                  @d-healey Yes, just downloaded and compiled about 30mins ago. I downloaded and did an "overwrite" of the previous new_layout file I had. IDK if overwriting instead of saving a new file has anything to do with it.

                  Also, I used the project file of another instrument to generate the "shell" of this one. Could that potentially cause issues in anyway?

                  d.healeyD 1 Reply Last reply Reply Quote 0
                  • d.healeyD
                    d.healey @trillbilly
                    last edited by

                    @trillbilly It sounds like there could be issues in a few places.

                    Delete every copy of the HISE source you have completely.
                    Download the new_layout branch.
                    Rebuild HISE.
                    Open HISE
                    Create a new project
                    Then create a new file in that project. File >> New
                    Add one knob to the UI
                    Save the file
                    Export as VST3
                    Tell me what happens

                    Libre Wave - Freedom respecting instruments and effects
                    My Patreon - HISE tutorials
                    YouTube Channel - Public HISE tutorials

                    trillbillyT 1 Reply Last reply Reply Quote 0
                    • trillbillyT
                      trillbilly @d.healey
                      last edited by

                      @d-healey I removed all HISE Sources and Files, recompiled HISE & saved OneKnob Project. I then exported as "VSTi 64bit" but have the same result.

                        include_juce_audio_plugin_client_VST3.cpp
                      g:\02 hise\hise-new_layout\hise-new_layout\juce\modules\juce_audio_plugin_client\vst3\juce_vst3_wrapper.cpp(66): fatal
                      error C1083: Cannot open include file: 'pluginterfaces/vst2.x/vstfxstore.h': No such file or directory [C:\Users\newna\
                      Desktop\New Hise\Binaries\Builds\VisualStudio2017\New Hise_VST3.vcxproj]
                      
                      d.healeyD 1 Reply Last reply Reply Quote 0
                      • d.healeyD
                        d.healey @trillbilly
                        last edited by

                        @trillbilly said in Export Error - JUCE VST3 Wrapper:

                        C:\Users\newna\ Desktop\New Hise

                        Is this the path to your new project?

                        Did you set the HISE path and Visual Studio version in the project preferences?

                        Libre Wave - Freedom respecting instruments and effects
                        My Patreon - HISE tutorials
                        YouTube Channel - Public HISE tutorials

                        trillbillyT 1 Reply Last reply Reply Quote 0
                        • trillbillyT
                          trillbilly @d.healey
                          last edited by

                          @d-healey Correct, that is the New Project Path.

                          Visual Studio 2017 selected.

                          Hise Path is selected.

                          I compile without IPP so I have also de-selected "Use IPP" option.

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @trillbilly
                            last edited by

                            @trillbilly I don't understand why it's looking for vst2.x stuff if you have the VST3 flag checked. Did you install the VST2 SDK in the tools/SDK folder?

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            trillbillyT 2 Replies Last reply Reply Quote 0
                            • trillbillyT
                              trillbilly @d.healey
                              last edited by trillbilly

                              @d-healey Yes, both VST2 and VST3 SDKs are saved in tools/SDK

                              VST2 SDK File Name: ASIOSDK2.3
                              VST3 SDK File Name: VST3 SDK

                              Are these file names correct?

                              EDIT: I should mention that I also re-downloaded the SDKs today when I downloaded HISE new_layout. The file names were different at download, but I changed them to what they were for previous HISE version.

                              d.healeyD 1 Reply Last reply Reply Quote 0
                              • trillbillyT
                                trillbilly @d.healey
                                last edited by

                                @d-healey Untitled.jpg

                                1 Reply Last reply Reply Quote 0
                                • d.healeyD
                                  d.healey @trillbilly
                                  last edited by

                                  @trillbilly said in Export Error - JUCE VST3 Wrapper:

                                  VST2 SDK File Name: ASIOSDK2.3
                                  VST3 SDK File Name: VST3 SDK

                                  ASIO SDK is the ASIO SDK ;)

                                  VST3 SDK that comes with HISE (in the sdk.zip folder) is the VST2 SDK even though the folder name is VST3. Delete the VST3 folder you have there, you don't need it. There is another one in the JUCE folder that is used automatically when exporting VST3 plugins.

                                  Libre Wave - Freedom respecting instruments and effects
                                  My Patreon - HISE tutorials
                                  YouTube Channel - Public HISE tutorials

                                  trillbillyT 1 Reply Last reply Reply Quote 0
                                  • trillbillyT
                                    trillbilly @d.healey
                                    last edited by

                                    @d-healey Am I missing something? Trying to extract the sdk.zip in order to use the SDKs that came with HISE. It is telling me the files are password protected.

                                    d.healeyD 2 Replies Last reply Reply Quote 0
                                    • d.healeyD
                                      d.healey @trillbilly
                                      last edited by

                                      @trillbilly No you don't need to use it. That's for VST2. Just delete the VST3 folder and try to export again.

                                      Libre Wave - Freedom respecting instruments and effects
                                      My Patreon - HISE tutorials
                                      YouTube Channel - Public HISE tutorials

                                      trillbillyT 1 Reply Last reply Reply Quote 0
                                      • trillbillyT
                                        trillbilly @d.healey
                                        last edited by

                                        @d-healey OK.

                                        Right Now my tools/sdk folder looks like this.

                                        ASIOSDK2.3
                                        VST3 SDK
                                        sdk.zip

                                        I deleted the VST3 SDK folder, leaving my tools/sdk folder looking like:

                                        ASIOSDK2.3
                                        sdk.zip

                                        When I try to export like this, it says "VST SDK File Is Missing"

                                        d.healeyD orangeO 2 Replies Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey @trillbilly
                                          last edited by

                                          @trillbilly

                                          When I try to export like this, it says "VST SDK File Is Missing"

                                          So a different error to the previous one?

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          1 Reply Last reply Reply Quote 0
                                          • orangeO
                                            orange @trillbilly
                                            last edited by orange

                                            @trillbilly Go to the VST3 SDK folder, do you see this structure? You should see "pluginterfaces" folder and it's folder structure like this:

                                            alt text

                                            develop Branch / XCode 13.1
                                            macOS Monterey / M1 Max

                                            d.healeyD trillbillyT 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            15

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.5k

                                            Posts