when i launch unreal engine 5 i have this error
i have installed already Visual Studio 2022 with this settings
please help me !
when i launch unreal engine 5 i have this error
I’m having the same issue building from source. For some reason, UBT doesn’t build .suppressed.lib files and no idea how to properly make this happen. Plugin seems to be identical from UE4, but only have issues in UE5. Needs help as well.
I got the same error on 5.0.3 (Visual Studio 2022 & building from source.)
We were having this issue on one of our machines and in the end we disabled the plugin in our ProjectName.uproject file. Just add the following to the “Plugins”-array and the plugins won’t load.
{
"Name": "VisualStudioCodeSourceCodeAccess",
"Enabled": false
},
{
"Name": "VisualStudioSourceCodeAccess",
"Enabled": false
}