Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have configured and generated OpenFace project using Cmake , in the first time , i have got some problems ( missing libraries e.g openBLAS , Dlib ...) , but after some search on the internet i have correted errors that i have got. So when i try to build ALLBuild.vcxproj ( Release x64 ) with Visual studio 2017 I get errors. How can i solve those errors?
Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory GazeAnalyser C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\LandmarkDetectorModel.h 43

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory LandmarkDetector C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\stdafx.h 27

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/image_processing/frontal_face_detector.h' : No such file or directory LandmarkDetector C:\Users\Abdou\OpenFace\lib\local\LandmarkDetector\include\stdafx.h 27

Gravité Code Description Projet Fichier Ligne État de la suppression Erreur C1083 Impossible d'ouvrir le fichier include : 'dlib/opencv.h' : No such file or directory FaceAnalyser C:\Users\Abdou\OpenFace\lib\local\FaceAnalyser\src\Face_utils.cpp 45


This picture show errors that i got
https://i.imgur.com/ycQB9F6.png

What I have tried:

I have tried build openface project using visual studio 2017 (Release x64)
Posted
Updated 18-Apr-19 5:17am

It appears the directory dlib is in is not on your project's "Additional Include Directories" list.
 
Share this answer
 
Comments
abdou_31 18-Apr-19 11:18am    
How to verify that?
Rick York 18-Apr-19 12:01pm    
Look at your project's "Additional Include Directories" list.
abdou_31 18-Apr-19 12:06pm    
Where can i find Additional Include Directories list?
Rick York 18-Apr-19 12:53pm    
Why would you ask that here instead of searching at google or microsoft or any other search site? You will get an answer instantaneously there instead of waiting for me or someone else to see your question.
abdou_31 19-Apr-19 4:29am    
Okey this is my Additional Include Directories list and i don't have dlib
https://i.imgur.com/13lxvEV.png

I want to ask you what directory should i add to this list?
I have dlib-9.16 directory in D: and i have files that generated after compiling dlib in C:\Program Files\Project...
Thanks
You are missing a bunch of header files- the error says that very clearly, and shows the path it expects the file to be in.

Go back to where you got the project from, and find out where they are.
 
Share this answer
 
Comments
abdou_31 18-Apr-19 11:13am    
I have this file in C:\dlib-19.13\dlib\image_processing
https://i.imgur.com/gyqP7Vx.png

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900