I have defined a
LIBDIR = $(ProjectDir)..\lib
in Project Properties -> C++ -> Preprocesor, which seems to be evaluated correctly.
Now, I want to add an include directory in C++ -> General -> Additional Library Directories which uses the definition above. Something like:
LIBDIR\include
This one is being evaluated incorrectly.
Any hints?
I am using Visual Studio 2015.