diff --git a/GUI/View/Info/ProjectLoadProblemDialog.cpp b/GUI/View/Project/ProjectLoadProblemDialog.cpp
similarity index 97%
rename from GUI/View/Info/ProjectLoadProblemDialog.cpp
rename to GUI/View/Project/ProjectLoadProblemDialog.cpp
index 71a826eb100b7ffc4b5d86293c892f9fc5cb34ec..260b437ad18ee47840730dd2af270adcf8d24a19 100644
--- a/GUI/View/Info/ProjectLoadProblemDialog.cpp
+++ b/GUI/View/Project/ProjectLoadProblemDialog.cpp
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Info/ProjectLoadProblemDialog.cpp
+//! @file      GUI/View/Project/ProjectLoadProblemDialog.cpp
 //! @brief     Implements class ProjectLoadProblemDialog
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/View/Info/ProjectLoadProblemDialog.h"
+#include "GUI/View/Project/ProjectLoadProblemDialog.h"
 #include "GUI/Support/Util/DesignerHelper.h"
 #include "GUI/Support/Util/Path.h"
 #include <QGridLayout>
diff --git a/GUI/View/Info/ProjectLoadProblemDialog.h b/GUI/View/Project/ProjectLoadProblemDialog.h
similarity index 81%
rename from GUI/View/Info/ProjectLoadProblemDialog.h
rename to GUI/View/Project/ProjectLoadProblemDialog.h
index 1d90608ba2d767b4870409f940418a63ece69843..3bb5635088e9d823b803d79e0b40c4f16919e504 100644
--- a/GUI/View/Info/ProjectLoadProblemDialog.h
+++ b/GUI/View/Project/ProjectLoadProblemDialog.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/Info/ProjectLoadProblemDialog.h
+//! @file      GUI/View/Project/ProjectLoadProblemDialog.h
 //! @brief     Defines class ProjectLoadProblemDialog
 //!
 //! @homepage  http://www.bornagainproject.org
@@ -12,8 +12,8 @@
 //
 //  ************************************************************************************************
 
-#ifndef BORNAGAIN_GUI_VIEW_INFO_PROJECTLOADPROBLEMDIALOG_H
-#define BORNAGAIN_GUI_VIEW_INFO_PROJECTLOADPROBLEMDIALOG_H
+#ifndef BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
+#define BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
 
 #include <QDialog>
 #include <QString>
@@ -34,4 +34,4 @@ private:
     QString m_projectDocumentVersion;
 };
 
-#endif // BORNAGAIN_GUI_VIEW_INFO_PROJECTLOADPROBLEMDIALOG_H
+#endif // BORNAGAIN_GUI_VIEW_PROJECT_PROJECTLOADPROBLEMDIALOG_H
diff --git a/GUI/View/Project/ProjectManager.cpp b/GUI/View/Project/ProjectManager.cpp
index 174c042ae2c781e0229dfa1318ddfd364d36943c..c31e7708f656c055b778e520228537f4932d6c97 100644
--- a/GUI/View/Project/ProjectManager.cpp
+++ b/GUI/View/Project/ProjectManager.cpp
@@ -20,7 +20,7 @@
 #include "GUI/Support/Tool/mainwindow_constants.h"
 #include "GUI/Support/Util/MessageService.h"
 #include "GUI/View/Info/MessageBox.h"
-#include "GUI/View/Info/ProjectLoadProblemDialog.h"
+#include "GUI/View/Project/ProjectLoadProblemDialog.h"
 #include "GUI/View/Project/AutosaveController.h"
 #include "GUI/View/Project/NewProjectDialog.h"
 #include <QApplication>