Page 1 of 1

Error then loading framework.

Posted: March 24th, 2017, 10:21 pm
by super
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

Re: Error then loading framework.

Posted: March 25th, 2017, 2:46 am
by chili
What version of Visual Studio are you using?

Re: Error then loading framework.

Posted: March 25th, 2017, 7:37 am
by super
2017 just dled 2015 :)

Re: Error then loading framework.

Posted: March 25th, 2017, 8:45 am
by albinopapa
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.

Re: Error then loading framework.

Posted: March 25th, 2017, 10:17 am
by chili
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.

Re: Error then loading framework.

Posted: March 25th, 2017, 6:59 pm
by super
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

Re: Error then loading framework.

Posted: April 4th, 2017, 12:15 pm
by krautersuppe
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