#Include doesn't see headers in others files
问题 It's surely a noobish problem, I'm sorry for wasting your time, but I can't find any solution (I searched a bit on the internet, but found nothing). I have a Console Application Project in Visual Studio 2013 and I have many folders where I put various .h and .cpp files. In these files I use namespaces for grouping classes. The problem is that I can't include headers that are in parent directories in the current .cpp or .h file. For example, I have a Hello class under the path /a/b/c, that is