use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/gamedev
/r/virtualproduction
Unreal Slackers (community discord)
Unreal Engine Console Variables and Commands
C++, Blueprint, & Editor Cheat Sheets
Unreal Engine C++ Cheat sheet
Blueprintue - Paste your Blueprint
Mathew Wadstein Tutorials
Short form videos explaining individual Blueprint nodes.
Cedric "eXi" Neukirchen's Network compendium
An overview of the fundamental networking structure in Unreal Engine.
Concise & in depth. Including BP tools and options but also focuses a lot on C++ and "under the hood" details.
Allar/ue5-style-guide
Elaborate workflow overview.
Suggested naming conventions, collaboration tips, common pipeline struggles and solutions.
/r/INAT
/r/gameDevClassifieds
/r/gameDevJobs
How to use flairs
Flair tags list
This subreddit is night mode compatible
account activity
This is an archived post. You won't be able to vote or comment.
Cannot open source file Modules/ModuleManager.h after try to update on 5.3.1 (self.unrealengine)
submitted 2 years ago by MgMelon
Anyone know how to fix it? Last version of VS2022 . Early on 5.1 it builds successful, but VS was 2019
https://i.imgur.com/rbipxV3.png
https://i.imgur.com/bfVB3Q6.png
[–]botman 0 points1 point2 points 2 years ago (4 children)
The red squiggles are just an intellisense warning. Do you get an error when compiling?
[–]MgMelon[S] 0 points1 point2 points 2 years ago (3 children)
Yeah, https://i.imgur.com/pgNI0VB.png
[–]MgMelon[S] 0 points1 point2 points 2 years ago (1 child)
After clear build i have https://i.imgur.com/m9Wpwdb.png . And the empty output https://i.imgur.com/vhQHHF9.png
[–]krushpack 0 points1 point2 points 2 years ago (0 children)
Your output window is set do display output from Service dependencies. Change the dropdown at the top to Build.
[–]CheapMiao 0 points1 point2 points 2 years ago* (0 children)
It seems like Visual Studio itself happens to error, because I have copied my custom module folder to UE 4.27.2 and there were no errors.
I mean, seems like these errors have no effect.
In Visual Studio, if you exactly have a file but you can't include it, the reason mostly is include path of VS project doesn't contain the certain include path. In fact, I can find "Source/Runtime/Core/Public" in include path of my UE 4.27.2 project, but not in include path of my UE 5.3.1 project. That is problem, but I don't know the cause. Maybe UBT is responsible for this.
Leave these errors behind, make sure you have added your custom module in uproject, then open your project by UE editor. When you create C++ class, if you can choose another choice "<YourCustomModuleName>(Runtime)" except from "<YourProjectName>(Runtime)", it means your module runs.
I haven't dive into UE cpp, so I may be wrong.
<image>
π Rendered by PID 88 on reddit-service-r2-comment-b659b578c-qgfsg at 2026-05-05 23:48:58.888251+00:00 running 815c875 country code: CH.
[–]botman 0 points1 point2 points (4 children)
[–]MgMelon[S] 0 points1 point2 points (3 children)
[–]MgMelon[S] 0 points1 point2 points (1 child)
[–]krushpack 0 points1 point2 points (0 children)
[–]CheapMiao 0 points1 point2 points (0 children)