After I go to Project > Add > New Folder, rename the folder and put classes inside it I can no longer reference it in another file, for example if it were to be used in a controller , I would use as always I used the
using nomeProjeto.NomedaPasta
However, this "NomedaPasta" does not appear and even putting it without the help of VS, when I use the controler that has the reference, an exception is generated saying namespace
is invalid.
I've tried everything, close and open VS, close all VS tabs and reopen, clean temporary file, reboot machine ...