Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Directory Errors in the Development Enviornment Section #394

Open
TheGeneral01 opened this issue Dec 21, 2024 · 0 comments
Open

Comments

@TheGeneral01
Copy link

Hello, I was following the guide for setting up the Development Environment when I got stuck trying to run the code. Upon compiling the code, the C++ compiler could not locate the content within the GLM library. I found that this is because when you add the \glm folder to the Additional Include Directories, the code looks for glm\glm, due to #include <glm\vec4.hpp> within the sample code. Instead I sent it to my directory within the Additional Include Directories, (C:\Vulkan_Libraries) so the code looked for the glm library within that folder. You could just as well update the code to #include <vec4.hpp> and #include <mat4x4.hpp> rather than including glm. Just wanted to point this out, and lmk if my case is different than most people's for whatever reason.

Thanks,
TheGeneral01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant