From bb5f125b44afd012b946a01da9a7824513fc403f Mon Sep 17 00:00:00 2001 From: mat <26722564+matcool@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:39:53 -0300 Subject: [PATCH] vs --- getting-started/ide-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/ide-setup.md b/getting-started/ide-setup.md index 9f78f2c..4e9d119 100644 --- a/getting-started/ide-setup.md +++ b/getting-started/ide-setup.md @@ -77,7 +77,7 @@ Now, before you build, make sure to change these settings: 3. Change config type to Release or RelWithDebInfo. You **cannot** use Debug for this. 4. Change toolset to x86 -Now you may build your mod! +Now you may build your mod! If your mod successfully built (you should see some info about your .geode file being installed) and you still have errors, **restart Visual Studio** to make them go away. # CLion