vswhere
Locate Visual Studio 2017, 2019 and newer installations
📝Syntax
res = vswhere()
📤Output Arguments
Parameter Description
res a struct with information about Visual studio
📄Description

vswhere allows to find easily Visual studio.

vswhere is currently only implemented on Windows platform.

💡Examples
vswhere()
🔗See Also
havecompilerSupported C/C++ compilers
📚Bibliography
https://github.com/Microsoft/vswhere
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub