MATLAB: Do i get the error : C ‘cmath’ : No such file or directory when i try to compile a project using Visual studio 2012

visual studio

I am trying to compile the "gop program" , I selected the Visual C compiler located in the following folder:
C:\Program Files\Microsoft Visual Studio 11.0
When I then try to build the model , I get the following Erreur : error C1083: Impossible d'ouvrir le fichier include : 'cmath' : No such file or directory c:\users\hp\desktop\gop_1.3\lib\util\win_util.h thank you for your help

Best Answer

You are trying to compile C++ code with a C compiler.
Related Question