My VST doesn't work with another system

Thanks, i asked him but i think i find the solution. i installed microsoft c++ and it worked. it seems some DAWs like “ableton” or “vsthost” won’t install microsoft c++ automatically. so… anyway! this is what i had to do for making plugins for windows:

  1. add my *.csd cabbage files into the same folder of *.dll exported plugins.
  2. use NSIS to install Csound minimal such as “csound64.dll” , “msvcp140.dll” and “vcruntime140.dll” from “Csound/bin” folder. and the whole “Csound/include” , “Csound/lib” folders.
    read this
  3. to make sure the system has “microsoft c++” i added “microsoft c++” installation to my “setup.exe” file.

i’m not sure this is a public solution, but it works for me.
and here is my plugins
here
Thanks