How can I get rid of stdafx.h error when compiling C++ with mex in matlab?

9 views (last 30 days)
Hi there,
I am trying to compile a C++ code with mex but am unable to compile it successfully . Reading some related blogs, I installed both Microsoft Visual C++ 2010 Express and Windows Software Development Kit (SDK) 7.1 but still it's giving this error:
>>>> facePart.cpp(5) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Anyone can help me figure out the problem please...?
I am using a 64-bit Windows Platform with matlab version 2011a...
By the way, after typing mex -setup, it gives me something like this: Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler: [1] Microsoft Visual C++ 2010 Express in C:\Program Files (x86)\Microsoft Visual Studio 10.0
[0] None
Compiler: 1
Please verify your choices:
Compiler: Microsoft Visual C++ 2010 Express Location: C:\Program Files (x86)\Microsoft Visual Studio 10.0
Are these correct [y]/n? y
************************************************************************* Warning: MEX-files generated using Microsoft Visual C++ 2010 require that Microsoft Visual Studio 2010 run-time libraries be available on the computer they are run on. If you plan to redistribute your MEX-files to other MATLAB users, be sure that they have the run-time libraries. *************************************************************************
Trying to update options file: C:\Users\JOY\AppData\Roaming\MathWorks\MATLAB\R2011a\mexopts.bat From template: C:\PROGRA~1\MATLAB\R2011a\bin\win64\mexopts\msvc100freeopts.bat
Done . . .
************************************************************************ Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9 Building with the -largeArrayDims option enables the new API. ************************************************************************
looking forward to hear from you guys... thanks.
-Joy

Accepted Answer

James Tursa
James Tursa on 23 Apr 2013
Is 'stdafx.h' in your current directory? In fact, is all the source code and include files in your current directory?
  3 Comments
joy barbosa
joy barbosa on 24 Apr 2013
....but when i compile this C++ code with mex in matlab, it's giving me an error. >>"Cannot open include file: 'stdafx.h': No such file or directory" any ideas please?

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!