Visual Studio 2017とツールセットv140
とv141
がインストールされています。 v140
ツールセットを使用するには、vcvars
で必要な環境を設定する必要があります。しかし、必要な実行vcvars
、私は様々なエラーが発生します。私はこのディレクトリからvcvars
を取っています - C:\Program Files (x86)\Microsoft Visual Studio\Shared\14.0\VC
- v140
ツールセットで作業環境を開始する必要があります。Visual Studio 2017:vcvars for toolset v140
私はvcvarsall
、例えば、その後、vcvarsall.bat x86
またはvcvarsall.bat x86_amd64
を実行する場合 - と、私は次のエラーを取得:私は例えば、特定のファイルvcvars
を、実行した場合
Error in script usage. The correct usage is:
vcvarsall.bat [option]
or
vcvarsall.bat [option] store
or
vcvarsall.bat [option] [version number]
or
vcvarsall.bat [option] store [version number]
where [option] is: x86 | amd64 | arm | x86_amd64 | x86_arm | amd64_x86 | >amd64_arm
where [version number] is either the full Windows 10 SDK version number or "8.1" to use the windows 8.1 SDK: The store parameter sets environment variables to support store (rather than desktop) development. :
For example:
vcvarsall.bat x86_amd64
vcvarsall.bat x86_arm store
vcvarsall.bat x86_amd64 10.0.10240.0
vcvarsall.bat x86_arm store 10.0.10240.0
vcvarsall.bat x64 8.1
vcvarsall.bat x64 store 8.1 :
Please make sure either Visual Studio or C++ Build SKU is installed.
を、vcvars32.bat
、その後、私は別のエラーが表示されます。
ERROR: Cannot determine the location of the VS Common Tools folder.
誰も同じ問題を抱えていましたか?お手伝いできますか? ありがとうございます。
PATHが設定されていますか? [This](https://schrievkrom.wordpress.com/2011/01/25/error-cannot-determine-the-location-of-the-vs-common-tools-folder/)は役に立ちますか? –
@StutiRastogiパスC:\ Windows \ system32は、すでに環境変数PATHに書き込まれています。 –
私のためにうまく動作します。私は再インストール/修理を提案することができます、そして/または 'Visual Studioビルドツール2017'がインストールされていることを確認してください。 – Phil