Compile C++ codes on remote Windows computer with VS for codes on remote computer


I’ve created a C++ DLL project on a remote computer with Windows 10 system with VS2022, and finished all the configurations and preparations for compiling and debugging (e.g. dependencies). And I want to start the compile process (and view, modify the code) in VS on another windows computer. Is it possible or is there any tutorials? I’ve only found the one for Linux.

Configurations of the two computer and the network:

  • Both installed VS and VS Code.
  • SSH connection available. I’ve successfully configured a remote coding in VS Code.
  • Administrator privileges of both computers are available, any additional installation is ok.

Or in short, the code can be compiled once I click “Build -> Build Solution” on the remote computer (locally or through remote desktop, etc.), what I want is just start this building process in VS on another computer remotely.

Leave a Reply

Your email address will not be published. Required fields are marked *