Sup!
I'm having a trouble with nested Static Libs (pls, don't ask me why I need this).
I'm using VS2017
I've created StaticLib1 with super simple code, then StaticLib2 also with simple code but using StaticLib1 code.
Both libraries can be built without a failure. StaticLib1 is referenced via project properties.
And here comes the trouble, I'm creating ConsoleApplication1, referenced include folders of both libs, then added paths to both .lib files ... aaaaaaaaaand, this is what I get