MATLAB: Error using mex (line 206)

error using mex (line 206)

Dear support,
When using the compiler in matlab 2013a on a windows PC we see the following problem:
_>> mex -setup
Welcome to mex -setup. This utility will help you set up a default compiler. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206) Unable to complete successfully._
It appears the installed compilers cannot be found, we checked the link provided by mathworks and it looks like the compilers are installed, I have included a file showing the installed compilers on the PC.
Kind regards Patrick Morrin (on behalf of Atze)

Best Answer

You have vs 2013 professional installed, but that is too new for your R2013a release. You need vs 2012 Professional at newest.
Related Question