#CHECK VISUAL STUDIO REMOTE DEBUGGING WINDOWS#
To target an ARM64 Windows machine, you need to build using ARM64 build tools. Give Visual Studio a few moments to create the project and populate the Solution Explorer. Give the project a name and choose a location.From the main menu, select File > New > Project.For this tutorial, do so by following the directions in set up the remote debugger on the remote Windows machine. Start and configure the remote debugger on the remote machine.
#CHECK VISUAL STUDIO REMOTE DEBUGGING INSTALL#
For this tutorial, install the ARM64 tools by following the instructions in Download and Install the remote tools. Install the remote tools on the remote machine.MSVC v142 - VS 2019 C++ ARM64 build tools (Latest) It's important that you choose the ARM64 build tools and not the ARM build tools (look for the 64) and that you choose the version that goes with VS 2019.Ensure that the following are selected:.Scroll down to the Compilers, build tools, and runtimes section.From the choices at the top, choose Individual components.On the Visual Studio Installer home screen, choose Modify.If you haven't installed Visual Studio yet, see Install Visual Studio For this tutorial, install the ARM64 build tools by doing these steps: To set up Visual Studio for cross-platform C++ development, install the build tools for the target architecture. debug a CMake project running on a remote ARM64 Windows machine.configure a CMake project to run on a remote ARM64 Windows machine.configure a CMake project to build for ARM64.