Steam Integration

I am unable to access the Steam overlay in my main project anymore. About a week ago it was working as intended, now I just noticed it no longer works. I have created a new project using this for the DefaultEngine.ini and steam integrates fine:

[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriveClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")

[OnlineSubsystem]
DefaultPlatformService=Steam

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
bVACEnabled=000000

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=OnlineSubsystemSteam.SteamNetConnection

[URL]
GameName=MP_Steam

However in my current project my steam overlay no longer pulls up. I’ve tried disabling and reenabling the steam plugin as well as redoing the DefaultEngine.ini configuration lines. I’m out of ideas, any help would be appreciated!

If anyone should have this issue, backup your Saved folder located inside your project and remove it from the directory. It fixed my issue and the overlay pulls up fine and shows me playing SpaceWars again. The saved folder will repopulate but as a precaution I’m keeping the backup Saved folder in case something happens.