taby said:
This might be helpful for beginners.
My question is: where is ktxTexture_Destroy is defined? It’s declared in ktx.h.
what file is the base project?
Yes! It is defined in ktx.h which is included in the base project: Vulkan/base at master · SaschaWillems/Vulkan (github.com)
I recommend you to download the repo and use
cmake -G "Visual Studio 16 2019" -A x64
from the command prompt to generate the VS project files automatically. Don't create your own project from scratch.