I tried to reuse my own code, which I have already published, and now that I'm on a new project, I write on it:
#include "oscarcbertram/text_color/ConsoleConfig.h"
#include "oscarcbertram/text_color/TextColor.h"
then I make
bii find
in the console (I'm sure I'm in the good directory), then it resolves the dependencies (actually, they all are in the deps folder) but Visual Studio doesn't reach to find them, giving me an error at the #include lines
What am I doing wrong?
PS: I'm on Visual Studio 2013
Thanks!