How can i create .sln file in AutoVrtlEnv

5 views (last 30 days)
Jozef Bucha
Jozef Bucha on 6 Dec 2022
Answered: Jozef Bucha on 23 Feb 2023
Hello i am trying to follow Animate Custom Actors in the Unreal Editor: https://www.mathworks.com/help/vdynblks/ug/animate-custom-actors-in-the-unreal-editor.html
In step 4. is written to open in Visual Studio 2019 the C:\Local\AutoVrtlEnv\AutoVrtlEnv.sln file. But do not have AutoVrtlEnv.sln file
I was trying to generate Visual Studio project files with right click in windows explorer, but it just throw bunch of errors without producing anything
Thank you for help
Regards
Jozef

Answers (2)

Ashutosh Bajpai
Ashutosh Bajpai on 17 Feb 2023
The issue you're facing might be related to a missing or outdated version of Visual Studio or a missing component required for the Unreal Engine project.
Here are a few things you can try to resolve the issue:
  1. Verify that you have the correct version of Visual Studio installed, as specified in the Unreal Engine system requirements. You can find the latest version of Visual Studio here: https://visualstudio.microsoft.com/vs/
  2. Check if you have the required components for Unreal Engine installed, such as the C++ development tools. You can install these components from the Visual Studio installer.
  3. Try regenerating the Visual Studio project files by opening the Unreal Engine project in the Unreal Editor.
  4. If the above steps don't work, you could try reinstalling Unreal Engine or the AutoVrtlEnv toolbox, as it might have been corrupted during the initial installation.
If you're still facing issues after trying these steps, you can try reaching out to MathWorks Support for further assistance.

Jozef Bucha
Jozef Bucha on 23 Feb 2023
Thanks for reply. I have solved issue by reinstalling unreal. AFAIK visual studio was OK.
Jozef

Products


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!