新規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.
- Close unreal and visual studio;
- Go to your project folder;
- Delete the following selected folders and files:
- Right Click on your
.uproject
and generate your visual studio project file:
- Open your project’s solution (
YourProject.sln
); - On visual studio press
CTRL + F5
.
In case it does not work, can you print your UpgradeLog.htm
.
Bye.