diff --git a/GUI/View/Project/ProjectLoadProblemDialog.cpp b/GUI/View/Manager/ProjectLoadProblemDialog.cpp
similarity index 97%
rename from GUI/View/Project/ProjectLoadProblemDialog.cpp
rename to GUI/View/Manager/ProjectLoadProblemDialog.cpp
index 2203ae72637cbcea0d38ffe979bfd192f0007fac..41fce0ffa7acba332ab3dc16f3a7b7c4ab2c98e0 100644
--- a/GUI/View/Project/ProjectLoadProblemDialog.cpp
+++ b/GUI/View/Manager/ProjectLoadProblemDialog.cpp
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Project/ProjectLoadProblemDialog.cpp
+//! @file      GUI/View/Manager/ProjectLoadProblemDialog.cpp
 //! @brief     Implements class ProjectLoadProblemDialog.
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/View/Project/ProjectLoadProblemDialog.h"
+#include "GUI/View/Manager/ProjectLoadProblemDialog.h"
 #include "GUI/Support/Style/Style.h"
 #include "GUI/Support/Util/Path.h"
 #include <QGridLayout>
diff --git a/GUI/View/Project/ProjectLoadProblemDialog.h b/GUI/View/Manager/ProjectLoadProblemDialog.h
similarity index 80%
rename from GUI/View/Project/ProjectLoadProblemDialog.h
rename to GUI/View/Manager/ProjectLoadProblemDialog.h
index d5fcc20f0416ca293e299d546d80ce5d21982bc7..6af31a2f4511e196f126b1afe947ddb5164f104d 100644
--- a/GUI/View/Project/ProjectLoadProblemDialog.h
+++ b/GUI/View/Manager/ProjectLoadProblemDialog.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Project/ProjectLoadProblemDialog.h
+//! @file      GUI/View/Manager/ProjectLoadProblemDialog.h
 //! @brief     Defines class ProjectLoadProblemDialog.
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,8 +12,8 @@
 //
 //  ************************************************************************************************
 
-#ifndef BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
-#define BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
+#ifndef BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
+#define BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
 
 #include <QDialog>
 #include <QString>
@@ -33,4 +33,4 @@ private:
     QString m_projectDocumentVersion;
 };
 
-#endif // BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
+#endif // BORNAGAIN_GUI_VIEW_MANAGER_PROJECTLOADPROBLEMDIALOG_H
diff --git a/GUI/View/Project/ProjectManager.cpp b/GUI/View/Project/ProjectManager.cpp
index f01a6819222b889e861b7bb5ee1f68fcc1996e53..6860cae41d669e656a990417f83092b9edb31d42 100644
--- a/GUI/View/Project/ProjectManager.cpp
+++ b/GUI/View/Project/ProjectManager.cpp
@@ -19,7 +19,7 @@
 #include "GUI/View/Info/MessageBox.h"
 #include "GUI/View/Manager/AutosaveController.h"
 #include "GUI/View/Manager/NewProjectDialog.h"
-#include "GUI/View/Project/ProjectLoadProblemDialog.h"
+#include "GUI/View/Manager/ProjectLoadProblemDialog.h"
 #include "GUI/View/Tool/Globals.h"
 #include "GUI/View/Tool/mainwindow_constants.h"
 #include "GUI/View/Widget/ApplicationSettings.h"