> Where did you define your INCLUDE_DIRECTORIES? I also tried to set an absolute > path instead of using the CMake list, same result. Nothing is set... For me this works as well. Define INCLUDE_DIRECTORIES anywhere above the ADD_EXECUTABLE or ADD_LIBRARY and visual studio will use it. -- John M. Drescher