I have a very weird problem. I am developing a Sharepoint 2013 Project which consists of a WebPart and a couple of Lists. I am using a DateTimeControl in the WebPart. I moved the WebPart into another project yesterday. After I moved it, I got an error that stated "The type or namespace DateTimeControl cannot be found in the namespace 'Microsoft.Sharepoint.WebControls'...". So I checked my using directives and my references. The supposedly missing namespace is definitely there. I even inspected it to check if DateTimeControl was inside it, which it was. The architecture of both projects is also the same.
Am I missing something here?
ADD: I tried adding a new WebPart with an DateTimeControl on it. I still get the same error. When I add another control from the same namespace, I get no errors. Only with DateTimeControl.