Error then loading framework.

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
super
Posts: 3
Joined: March 24th, 2017, 10:00 pm

Error then loading framework.

Post by super » March 24th, 2017, 10:21 pm

Hey i get 12 errors when i try to load framework. Any solutions?





Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'string.h': No such file or directory (compiling source file Graphics.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h 17464
Error C1083 Cannot open include file: 'string.h': No such file or directory (compiling source file Main.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h 17464
Error C1083 Cannot open include file: 'string.h': No such file or directory (compiling source file Game.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h 17464
Error C1083 Cannot open include file: 'string.h': No such file or directory (compiling source file MainWindow.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h 17464
Error C3861 'memcmp': identifier not found (compiling source file Graphics.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file MainWindow.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file Game.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file Main.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C1083 Cannot open include file: 'string.h': No such file or directory (compiling source file DXErr.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h 17464
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file Mouse.cpp) Engine C:\Program Files (x86)\kickassvisual\VC\Tools\MSVC\14.10.25017\include\crtdefs.h 10
Error C1083 Cannot open include file: 'corecrt.h': No such file or directory (compiling source file Keyboard.cpp) Engine C:\Program Files (x86)\kickassvisual\VC\Tools\MSVC\14.10.25017\include\crtdefs.h 10
Error C3861 'memcmp': identifier not found (compiling source file DXErr.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Error then loading framework.

Post by chili » March 25th, 2017, 2:46 am

What version of Visual Studio are you using?
Chili

super
Posts: 3
Joined: March 24th, 2017, 10:00 pm

Re: Error then loading framework.

Post by super » March 25th, 2017, 7:37 am

2017 just dled 2015 :)

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Error then loading framework.

Post by albinopapa » March 25th, 2017, 8:45 am

Which version of the SDK did you choose to download when you installed VS2017?

There's like three or so different Win10 versions and the Windows 8 or 8.1 SDK. It looks like you might have missed the Win8 sdk.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Error then loading framework.

Post by chili » March 25th, 2017, 10:17 am

That will work, but you can use 2017 too.

when you download the framework zip and open the .sln for the first time, there should be an option to change the toolset and the sdk number. You just need to make it match the options you selected while downloading.

Also, i will be uploading a video soon that goes over the installation and the update dialog for the framework.
Chili

super
Posts: 3
Joined: March 24th, 2017, 10:00 pm

Re: Error then loading framework.

Post by super » March 25th, 2017, 6:59 pm

Now i get this error
Severity Code Description Project File Line Suppression State
Error C3861 'memcmp': identifier not found (compiling source file DXErr.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file Game.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file Graphics.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file MainWindow.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160
Error C3861 'memcmp': identifier not found (compiling source file Main.cpp) Engine C:\Program Files (x86)\Windows Kits\8.1\Include\shared\guiddef.h 160

User avatar
krautersuppe
Posts: 91
Joined: September 14th, 2015, 10:58 pm
Location: Istanbul

Re: Error then loading framework.

Post by krautersuppe » April 4th, 2017, 12:15 pm

super wrote:Now i get this error
Severity Code Description Project File Line Suppression State
try to retarget solution manually. Go to solution explorer -> right click solution -> click retarget solution
retarget_solution.png
(31.83 KiB) Not downloaded yet
DSU
Discord: dsu1, GitHub: https://github.com/DSpUz

Post Reply