MATLAB 2018b cannot find Microsoft Visual C++ 2017 compiler when I run mex -setup
100 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Installed MS Visual C++ 2017 compiler but it does not show up when I run mex -setup
2 Commenti
Kiran Felix Robert
il 6 Dic 2021
What error message do you get, when you run the following command ?
mex -v setup
Could you please copy-paste the complete error message from MATLAB ?
Risposte (1)
Kiran Felix Robert
il 9 Dic 2021
Hi Advait
By looking at the output from "mex -v -setup", the issue is caused by the Windows registry entry not pointing to the correct installation folder. Since we have stopped relying on the registry entry from Visual Studio 2019, we should not see such issues with VS 2019 and later versions of VS.
To resolve this issue for Visual Studio 2017 Professional, please reinstall (following the install instructions) in "C:\Program Files (x86)\Microsoft Visual Studio\2017" and run "mex -v -setup" in MATLAB.
4 Commenti
Tamer Mellik
il 26 Feb 2024
followed every step still matlab can't locate the microsoft visual c++ compiler. 2021b and VS 2017
Vedere anche
Categorie
Scopri di più su MATLAB Support for MinGW-w64 C/C++ Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!