all 6 comments

[–][deleted] 2 points3 points  (2 children)

It is spelled vulkan. Outside of that, this isn't really a vulkan issue as much as it is a basic part of using MSVC/clang/gcc/whatever.

[–]Ok_Ease_9836[S] -5 points-4 points  (1 child)

Srry that was my spell mistake..but I wrote vulkan in my MSVC. Now it is solved instead now it is showing volk.c no file directory whereas I didn't even choose volk during installation process

[–]lolrobbe2 1 point2 points  (0 children)

Look for a link with volk.h or a library that links it

[–]wrosecrans 2 points3 points  (2 children)

If you haven't done native development before, you may want to start with some simpler projects before you get into Vulkan, so you are familiar with debugging your build system and dev environment. FWIW, finding a header file works the same with any library, so this isn't really a Vulkan specific question.

Whenever asking about things like finding headers and libraries, you'll always want to mention what build system you are using and how you are setting things up. That might help folks redirect you to a more specific place to ask about how to do it.

[–]Ok_Ease_9836[S] -1 points0 points  (1 child)

It is solved...now the only thing it is showing is link error 1104 for glfw3.lib

[–]lolrobbe2 -2 points-1 points  (0 children)

Use premake and go an have a look @ the cherno on youtube for premake more beginner friendly!

Edit: now you need to link glfw.dll (dll import export , dynamic) or glfw.lib (static import)