How to solve the problem in installation of caffe 2: Win 10+vs2015 caffe 2 "build_windows.bat built failed"

environment: Windows10+vs 2015+cuba 9.2+python 2.7.14+cmake 3.12
How could I install caffe2 successfully?

At the command “H:\pytorch\scripts>build_windows.bat”, the result has several mistakes. I only downloaded the cmake and do not use it. The following is the code:
H:\pytorch\scripts>build_windows.bat
Requirement already satisfied: pyyaml in c:\programdata\anaconda2\lib\site-packages (3.12)
distributed 1.21.8 requires msgpack, which is not installed.
grin 1.2.1 requires argparse>=1.1, which is not installed.
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.
CAFFE2_ROOT=H:\pytorch\scripts…
CMAKE_GENERATOR=“Visual Studio 14 2015 Win64”
CMAKE_BUILD_TYPE=Release
– Selecting Windows SDK version to target Windows 10.0.16299.
– The CXX compiler identification is unknown
– The C compiler identification is unknown
CMake Error at CMakeLists.txt:6 (project):
No CMAKE_CXX_COMPILER could be found.

CMake Error at CMakeLists.txt:6 (project):
No CMAKE_C_COMPILER could be found.

– Configuring incomplete, errors occurred!
See also “H:/pytorch/build/CMakeFiles/CMakeOutput.log”.
See also “H:/pytorch/build/CMakeFiles/CMakeError.log”.
“Caffe2 building failed”