I am trying to compile the open source tool "abc".
When I tried to create the solution file, I got a lot of error messages.

The c source code contains a directive, and VS2010 cannot find the header files. The file structure is as follows.

#include "src/misc/util/abc_global.h" #include "pr.h"
In the ownership of the project, I tried to add $ (SolutionDir) and $ (ProjectDir), but it does not work.
What could be wrong?

source share