"File is not in any of the following content folders:"

**
File is not in any of the following content folders:

E:/Program Files/Unreal Engine/4.1/Engine/Content/
E:/Unreal Projects/MyProject3/Content/**

This is the error I’m getting when I try to load my level. It is obviously in the MyProject3/content/maps folder because that is where I’m selecting the map from.

What is happening?

Ok, I figured something out.
I copied the “Minimal_Default.map” into my project3 folder. If I open this default map first then open my map it works. If I try to open my map first it will not load and then the default map will not load.

Can someone help me understand this?

Take a look at this thread, probably some of the solutions that were suggested will help you: https://answers.unrealengine/questions/29290/cannot-open-or-save-maps.html :slight_smile:

Try this:

go into the project settings and add your map to the “startup map”

Thanks! This worked. I will review that other thread as well.