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

Issue starting this project. #9

Open
codemonkey76 opened this issue Mar 27, 2023 · 2 comments
Open

Issue starting this project. #9

codemonkey76 opened this issue Mar 27, 2023 · 2 comments

Comments

@codemonkey76
Copy link

I followed the unstructions but it won't build getting Cannot open include file 'vulkan/vulkan.h'

@codemonkey76
Copy link
Author

I tried installing the Vulkan SDK latest, but I don't know where in the project / solution i need to tell it where the vulkanSDK is installed

@Kid80
Copy link

Kid80 commented Apr 21, 2023

There are two ways to fix this:

You can regenerate the visual studio solution using the setup script, which should now be able to find the vulkan sdk.

Another option is to manually add the dependencies:
Open the project pages for your project by right clicking on it in the solution explorer, and choosing properties in the menu that appears.
Then open Configuration properties -> C/C++ -> General
Select additional include directories, open the drop down, and select edit
Add the path to the vulkan sdk include directory (on my machine it is C:\VulkanSDK\1.3.236.0\Include)

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

2 participants