I have a c++ unreal project, everytime I launch IDE through Visual Studio, it works fine, but if I right click uproject file then cilck Open, IDE will open but pops many warnings and project is in a mess. I figure out that’s because dlls in Binaries/Win64 is not loaded, I’m wondering how can I open uproject directly without Visual Studio?
1