I've just installed Matlab 2014 and Microsoft Visual Studio Professional 2013. I've already setup mex compiler in my matlab, and tested it with a simple mex-file. But, when I want to debug a project in Visual Studio, and it reaches to debug a mex file, I get the following Error:
Error 1 error C1083: Cannot open include file: 'mex.h': No such file or directory
Can anybody help me to get rid of this error.
Thanks.