I know this questions has been asked a lot and I read pretty much all of the answers. I even checked .NET versions and they are same. I wrote a Rectangle class in project called Problem1 (namesapce Problem1) and wanted to use it in another project Problem2. I added using Problem1 and it immediately got red saying:
"type or namespace name could not be found" Now I compared mine solution to a working one, which is written exactly the same, yet mine is not working. What can I do to fix this?