file structure no hierarchy possible?

Hi :)
I tried to build a file hierarchy for my files. But all files that are listed below
CUFILES and CCFILES have to be in the root directory or aren’t found. I experimented with SRCDIR in common.mk but found no solution.
Help would be great.
Thx & cya

noone uses hierarchies :crying: ?

Are you sure this isn’t just a problem with makefiles?

I think most people here a) use visual studio and b) use a single .cu file and just #include all their other source code into it.

You can write a standard Makefile, there is no need to use the one from the SDK.