A compilation error occurred after the module dependency was added.
WindowsNoEditorTargetPlatformModule.cpp.obj : error LNK2019: unresolved external symbol “public: void __cdecl FStaticMeshLODSettings::Initialize(class FConfigFile const &)” (?Initialize@FStaticMeshLODSettings@@QEAAXAEBVFConfigFile@@@Z) referenced in function “public: __cdecl TGenericWindowsTargetPlatform<0,0,0>::TGenericWindowsTargetPlatform<0,0,0>(void)” (??0?$TGenericWindowsTargetPlatform@$0A@$0A@$0A@@@QEAA@XZ)
After checking the corresponding module dependency files, it is found that the engine module has been included. Why do you still have this link error? Please advise. Thank you