diff --git a/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp b/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp
index 38bb867244..41a878f0ae 100644
--- a/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp
+++ b/Code/Tools/ProjectManager/Platform/Windows/ProjectUtils_windows.cpp
@@ -106,10 +106,8 @@ namespace O3DE::ProjectManager
}
return AZ::Failure(QObject::tr("Visual Studio 2019 version 16.9.2 or higher not found.
"
- "Visual Studio 2019 is required to build this project."
- " Install any edition of Visual Studio 2019"
- " or update to a newer version before proceeding to the next step."
- " While installing configure Visual Studio with these workloads."));
+ "A compatible version of Visual Studio is required to build this project.
"
+ "Refer to the Visual Studio requirements for more information."));
}
AZ::Outcome OpenCMakeGUI(const QString& projectPath)