I have an ASP.NET MVC application which is using Entity Framework.
One of the projects in the visual studio solution uses Entity Framework and contains an edmx file under Model folder. Within this folder there are some model files that are automatically generated as a result of the entity model.
I have noticed that in this model folder are missing some model files, I mean, there are not included in the model folder. In the model folder there are some model files but not all of them. The missing model files exist in the physical path so I try to add them to the project under model folder but afert thgat they continue not appearing there.
How can I successfully add the missing model files to the project folder "Model"?
I am using Visual Studio 2013 and .NET 4.5.