I install UE 5.3.2. When I create new project in C++. My C++ Classes are not showing in Content Browser. I also installed UE 5.2. The C++ project works perfectly in UE 5.2. Today, I thought I have to switch from UE 5.2 to UE 5.3.2 latest version. But these errors happen. Even I turned off Live coding in UE 5.3.2 preference. How can I solve these issues?
Note: I install UE 5.2 and even UE 5.3.2 in my D drive and Visual Studio 2022 in C drive. I created new project in C drive. Because, I have C drive M.2 250GB and D drive SSD 512 GB. That’s why I installed Unreal Engine in D drive and visual studio and creating new UE project in C drive. So that, I can compile my UE C++ project fast due to M.2. UE 5.2 perfect fine in this senerio. But UE 5.3.2 does not work. Please give me the proper solution? Thanks!
1 Like
I had this issue and a UE prompt said I need to compile before classes will show in the content browser. Try fixing any code errors then compiling in your IDE to see if that helps.
Thank you very much, I’ve spent literally a day to fix this issue, I reinstalled like everything a few times, tried to debug etc. But this solution just blew my mind. I don’t know why I didn’t thought about it and why this checkbox was unchecked… really thank you for your screenshot haha