After enabling vs studio integration in a project this error shows when live coding:
Expecting to find a type to be declared in a module rules named ‘VisualStudioTools’ in ‘UE5Rules, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’. This type must derive from the ‘ModuleRules’ type defined by UnrealBuildTool.
This error has been encountered in other scenarios along the community. The most viable solution in said cases has been to copy the integration plugin content into the Engine\Plugins\Marketplace folder. And in case that doesn’t work, the next step would be to remove the “VisualStudioTools” plugin from the .uproject file.
Adding the other case studies below, for further checking: