I am trying to get the include path for Nuget packages referenced by a C++ project.
Starting with a VCProject, I'm trying to get something like this:
$(SOLUTION_DIR)\packages\zlib.1.2.8.6\build\native\include\
How is this info accessible through the SDK?
Thanks.