compilation problem
- 
 hello I have a small problem compiling an FX plugin. before I tried to compile an fx plugin just a simple knob to check that everything was fine. actually my knob appears in vst3. now I load my project in hise, it works very well in hise but there is a problem in the compilation from the start. it tells me that this file is missing...any idea what's wrong? thank u C:\Documents\test project hise\Binaries\Builds\VisualStudio2017\projet45 _VST3.vcxproj.metaproj: error MSB402 
 5: Failed to load project file. The file 'C:\Documents\test project hise\Binaries\Builds\Visua
 lStudio2017\projet45 _VST3.vcxproj.metaproj' could not be found.
- 
 @yall Try cleaning the build folder 
- 
 @d-healey I tried this solution and also remove HIse from Appdata. always the same problem. and I try again to compile a blank plugin, it works. It’s really weird. I tried with 2 other Windows PCs. same problem I don't understand at all 
- 
 @d-healey I created a new empty project and copied the elements from my project folder into the empty folder. this seems to work. I had around 120 xml backups, maybe that caused the problem. even if I still don't understand it ^^ 
- 
 @yall said in compilation problem: I had around 120 xml backups I doubt that was the cause of the issue but you should really use git to manage multiple versions of your xml. I only use 1 xml per project. For smaller test patches I use hip files. 
