skip to Main Content

enter image description hereI created a cpp file for a character class in unreal engine and I’m trying to edit the code in it. It opens up in visual studio but I cannot find it in the solution explorer page and vs does not suggest/ autofill syntaxes when I’m editing it.
I’ve tried restarting vs and UE and it did not work.

2

Answers


    • Make sure the C++ file is included in the Visual Studio project.
    • Refresh the Visual Studio project.
    • Ensure the Visual Studio Intellisense database is up to date.
    • Rebuild the Visual Studio project.
    Login or Signup to reply.
  1. its been 4 days but you can close Unreal and visual studio ,right click on .uproject file in your project folder then click generate visual studio project files.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search