Hi All,
Currently i am working on a class library for one of my customers as i did before. Now when i am adding / deploying a new class library i get the following warning. Also when i add references via nuget those .dll files are not copied, while the property is to always copy the file.

Warning: Unable to find the project 'project name' int he AOT. The project output will not be saved.
When adding it to the AOT it will give me this warning, but the project is added to the AOT, but not in full. Even when i create a empty class library, no code or additional references it will give me this. Anybody has ever seen this?