cynizm Posted April 10, 2016 Share Posted April 10, 2016 Hi, as mentioned in title, i have created simple room map and saved it, now i want to open generated project in VS2013, but it seems that VS cant find "Leadwerks.h". ("Error: Cannot open source file "Leadwerks.h") What am i doing wrong? how to fix it? Quote Link to comment Share on other sites More sharing options...
cassius Posted April 10, 2016 Share Posted April 10, 2016 Leadwerks.h is included in app.h which is in the source folder of your project or at least it IS in mine Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Crazycarpet Posted April 13, 2016 Share Posted April 13, 2016 Did you edit your "Additional Include Directories"? Right click your project, go to "Properties" --> C/C++ --> Additional Include Directories. And make sure "$(LeadwerksHeaderPath)" is one of them. If that's not there you'll definitely be missing some others and you'll have to pull them from a fresh project. Also check "Additional Library Directories" and make sure the ones containing "$(LeadwerksLibPath)" are there. (Although I don't think this one would affect it.) Quote Link to comment Share on other sites More sharing options...
Josh Posted April 13, 2016 Share Posted April 13, 2016 It should just work without any changes, assuming it was created on the same computer you are using. 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...
cassius Posted April 13, 2016 Share Posted April 13, 2016 if you click on the sln file to edit in vs everything should work fine. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ 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.