COMFILE Technology does not provide technical support for Visual Studio. Contact the Microsoft directly.
Microsoft has had Linux software development tooling in Visual Studio since Visual Studio 2015.
The Visual Studio Linux Features do not inherently support cross-compiling on a Windows PC. Instead, Visual Studio will upload the the source files to the ComfilePi, and use the ComfilePi's toolchain to build the executable. The executable is then executed on the ComfilePi, and the Visual Studio Remote GDB Debugger attaches to it.
For more information about using Visual Studio for Linux software development, see the Visual C++ Linux Documentation.
The Qt Company has released a product called Qt Visual Studio Tools to enable Qt development and cross-compiling from a Windows PC to a Linux embedded system like the ComfilePi.
See the Build and debug Qt on Linux with Qt Visual Studio Tools blog post for details
To install the latest Qt release on the ComfilePi run the following commands in a terminal:
sudo apt-get update sudo apt-get install qt5-default qtbase5-examples qt5-doc qt5-doc-html qtbase5-doc-html
sudo apt-get update sudo apt-get install qtbase5-dev qtbase5-examples qtbase5-doc qtbase5-doc-html
Additional Qt libraries can be installed using libqt5* and qt* package names.
NOTE: COMFILE Technology does not provide technical support for Qt; please contact The Qt Company for support.