p0tat0 Posted May 22, 2021 Share Posted May 22, 2021 (edited) I'm new to Leadwerks (And C++), trying to build the project I get this error c:\program files (x86)\steam\steamapps\common\leadwerks\include\libraries\glew-1.6.0\include\gl\glew.h(1180): fatal error C1083: Cannot open include file: 'GL/glu.h': No such file or directory Looking in the directory, there are 3 files. glew.h, glxew.h, and wglew.h Not really sure how to proceed. -- edit Got that sorted by adding two directories to the project C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um But now I get this error, and google isn't horribly helpful 1>------ Build started: Project: LW_EZPZ, Configuration: Debug Win32 ------ 1>LINK : fatal error LNK1104: cannot open file 'Rpcrt4.lib' 1>Done building project "LW_EZPZ.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Turns out I also had to add this to the Linker path settings C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\um\x86 Edited May 22, 2021 by p0tat0 Sorted one problem, ran into another Quote Link to comment Share on other sites More sharing options...
Josh Posted May 28, 2021 Share Posted May 28, 2021 What are you doing differently from thousands of other people? There must be something odd here. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Slastraf Posted May 28, 2021 Share Posted May 28, 2021 I also had trouble in the beginning with the default project settings Quote Link to comment Share on other sites More sharing options...
Josh Posted May 30, 2021 Share Posted May 30, 2021 Yeah, I did not mean that to sound rude. I literally mean "what is the thing that is different in your case?" Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.