Why do i get the error : C 'cmath' : No such file or directory when i try to compile a project using Visual studio 2012
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Houayda Gharbi
le 27 Mai 2015
Commenté : Houayda Gharbi
le 28 Mai 2015
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
0 commentaires
Réponse acceptée
Walter Roberson
le 27 Mai 2015
You are trying to compile C++ code with a C compiler.
7 commentaires
Walter Roberson
le 27 Mai 2015
You have Visual Studio 11.0, which appears to have been released in 2012. If you upgraded to Visual Studio 2013 or later then that should work; it is also plausible that SDK 7.1 might work.
I have not kept track of what g++ requires.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Support for MinGW-w64 C/C++ Compiler dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!