When I try to create my first project with the code and debug it in the VS13, I’m getting an error:
*The following modiles are missing or buik with a diferent engine version:
UE4Editor-CodeThirtPerson-Win64-DebugGame.dll
Would tou like to rebuild them now?*
And when I press “Yes” I’m getiing system error, which says that mspdb120.dll is missing.
Hey -
In the project’s folder, right click on the .uproject file and select the option for “Generate Visual Studio project files”. Then open the .sln file and try to debug again.
I’ve done it, but nothing changed.
Although I have 3 other errors, about which I didn’t write before:
-
error RC1015: cannot open include file 'windows.h
-
error : Failed to produce item: C:\Users\Дима\Documents\Unreal Projects\CodeThirdPerson\Binaries\Win64\UE4Editor-CodeThirdPerson-Win64-DebugGame.dll C:\Users\Дима\Documents\Unreal Projects\CodeThirdPerson\Intermediate\ProjectFiles\ERROR CodeThirdPerson
-
error MSB3073: The command ““C:\Program Files\Epic Games\4.5\Engine\Build\BatchFiles\Build.bat” CodeThirdPersonEditor Win64 DebugGame “C:\Users\Дима\Documents\Unreal Projects\CodeThirdPerson\CodeThirdPerson.uproject” -rocket” exited with code -1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 CodeThirdPerson
I believe this issue may be cause by the non-latin characters in the file path:
C:UsersДимаDocumentsUnreal Projects
Try moving the project to a new folder, something like:
C:\UnrealProjects.…
And see if that fixes it for you.
Changed path to D:\UnrealProjects\CodeThirdPerson but unfortunately it didn’t helped
It still say that I need mspdb120.dll.
May be I can download this file somewhere and put it into C:\Windows\System32 ?
But I can’t find this file.
Hey -
The RC1015 error code, often paired with error C1083, is one that is common and may be causing some of the other problems. Check the following options to see if either helps resolve the issue.
Ensure Windows SDK is installed.
Check anti-virus software to make sure it is not interfering.
Cheers
Hi ,
We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.
Thank you.