remove VisualStudioVersion from the environment variables before starting the conan process.
therefore, conan will set correct vcvars, and things like nmake will be available for the build.
this needs to be addressed in conan, but:
it will take time until it's fixed and new release is available
many enterprise users don't update and stick to the specific conan versions
closes #153
remove
VisualStudioVersion
from the environment variables before starting the conan process. therefore, conan will set correctvcvars
, and things likenmake
will be available for the build. this needs to be addressed in conan, but: