The intermediate directory (x64\Release\Shared Code\) contains files shared from another project
-
is there a way to stop this behavior?
-
@jeffd What is the folder structure you are using for your projects?
-
@d-healey I have a project folder named after my project/plugin.
and everything is within that?
-
@jeffd So each HISE project is in a separate folder?
-
@jeffd main reason i am asking,
is because one of my filmstrip animations isnt showing up in the compiled plugin.i know it is there in the images folder and all the other images show up.
i did change this one to be of a smaller size, so perhaps it is looking for the other image from before when compiling? but i dont know why that would happen after compiling and saving in hise with the new image.
i am wondering if somehow the files from another project are being used when compiling the vst
-
So each HISE project is in a separate folder?
Did you load the images into the pool (Engine.loadImageIntoPool())?
-
@d-healey yes,
although i have all my projects in one folder named "projects"but i dont see why that would matter?
unless it does matter -
@d-healey i had embed images selected in preferences
but i didnt try this Engine.loadImageIntoPool();