Hi,https://www.steinberg.net/en/company/developers.html  ,
This gets me the following error:
1>------ Build started: Project: Plugin Host_App, Configuration: Debug x64 ------
And after carefully checking the VST3 SDK folders, that’s pretty damn right - there IS no base/source/flock.cpp
Has this file been removed from the SDK and is JUCE not up to date?
             
            
              
            
           
          
            
              
                ijijn  
              
                  
                    November 28, 2017,  6:39am
                   
                  2 
               
             
            
              Hi there. Maybe this thread will help?..
  
  
    This issue seems to pop up a lot but I’m trying to build the audio plugin host example project and getting the error that the file “base/source/flock.cpp” is cannot be found. All of the other files in the base/source/ directory are fine (because they actually exist) but there’s no flock.cpp in this folder… 
If anyone can suggest a solution for me I’d be massively grateful! 
edit:
   
 
             
            
              
            
           
          
            
              
                t0m  
              
                  
                    November 28, 2017,  9:06am
                   
                  3 
               
             
            
              Please try using the develop branch from GitHub. We haven’t yet updated the master branch to use the latest VST SDK, but that’s something I hope to get done today.
             
            
              2 Likes 
            
            
           
          
            
              
                t0m  
              
                  
                    November 28, 2017,  3:15pm
                   
                  4 
               
             
            
              OK, the master branch has been updated too.
             
            
              1 Like 
            
            
           
          
            
            
              Sorry, i have the latest VST SDK, the latest VS2017 and the latest JUCE, downloaded now after:
I still have this error.
             
            
              
            
           
          
            
              
                t0m  
              
                  
                    November 29, 2017,  3:33pm
                   
                  6 
               
             
            
              Ah, the version of JUCE you can download from our website is only updated when we do a release. You can get the latest changes from here:
Click the green “Clone or download” button.
             
            
              
            
           
          
            
              
                jrrossi  
              
                  
                    November 29, 2017,  3:46pm
                   
                  7 
               
             
            
              The quick “irresponsible” solution that worked for me was getting the 3.6.7 version from the Steinberg repo:
You just have to clone the repo and checkout this commit:
After you do that just hit a git submodule update --init --recursive to make the sub repos point to the corresponding commit too.
It worked for me, but beware your using old code… 
             
            
              
            
           
          
            
              
                jrrossi  
              
                  
                    November 29, 2017,  3:49pm
                   
                  8 
               
             
            
              ahh…
             
            
              
            
           
          
            
              
                daniel  
              
                  
                    November 29, 2017,  4:17pm
                   
                  9 
               
             
            
              
Or the shortcut in one go:git clone --recurse-submodules <REPO_URL> <LOCAL_PATH>
             
            
              1 Like