新規C++クラスを作成ができない

新規C++クラスを作成しようとするとこのようになってしまいます。Visual Studio2022のインストーラで必要なものはインストール出来ていると思います。他にも記事を見て試しましたが解決できないです。どうかわかる方教えて頂きたいです。

Hi,

I don’t know if I get correctly, but after you create new C++ classes from Unreal, it’s a good practice close it, then on Visual Studio click on “Reload All” then open the engine from it clicking on

Or simple press CTRL + F5.

By doing this you’ll see your C++ classes will apear in the engine.

Bye.

(post deleted by author)

私はそれを解決することができませんでした

Hi.

That’s a new error.

Try the following step.

  1. Close unreal and visual studio;
  2. Go to your project folder;
  3. Delete the following selected folders and files:
  4. Right Click on your .uproject and generate your visual studio project file:
  5. Open your project’s solution (YourProject.sln);
  6. On visual studio press CTRL + F5.

In case it does not work, can you print your UpgradeLog.htm.

Bye.