Issues with tutorial "Installing C++ Distributions of PyTorch"

Hi,

maybe is not what you are looking for but for compiling on windows you can use this command cmake --build . --config Release to create .exe with torchlib inside build folder after cmake command.