diff --git a/Source/Project64/Project64.vcxproj b/Source/Project64/Project64.vcxproj
index 4dd7918d3..dad2dda96 100644
--- a/Source/Project64/Project64.vcxproj
+++ b/Source/Project64/Project64.vcxproj
@@ -105,7 +105,7 @@
-
+
@@ -167,7 +167,7 @@
-
+
diff --git a/Source/Project64/UserInterface.h b/Source/Project64/UserInterface.h
index b3c450d6e..7e255662b 100644
--- a/Source/Project64/UserInterface.h
+++ b/Source/Project64/UserInterface.h
@@ -22,7 +22,7 @@
#include "UserInterface/MainWindow.h"
#include "UserInterface/MenuClass.h"
#include "UserInterface/MainMenu.h"
-#include "UserInterface/NotificationClass.h"
+#include "UserInterface/Notification.h"
#include
#include "UserInterface/resource.h"
#include "UserInterface/SettingsConfig.h"
diff --git a/Source/Project64/UserInterface/NotificationClass.cpp b/Source/Project64/UserInterface/Notification.cpp
similarity index 100%
rename from Source/Project64/UserInterface/NotificationClass.cpp
rename to Source/Project64/UserInterface/Notification.cpp
diff --git a/Source/Project64/UserInterface/NotificationClass.h b/Source/Project64/UserInterface/Notification.h
similarity index 100%
rename from Source/Project64/UserInterface/NotificationClass.h
rename to Source/Project64/UserInterface/Notification.h