I downloaded panda development kit (I don’t feel like compiling everything from sources so the ready installer seemed like a perfect solution). As a side note I prefer to stick to C++ if that helps.
I want to compile and run the hello world example using Visual Studio but got stuck when it requested python related headers(I read that Panda comes packaged with python in windows installer).
I’ve tried to find the python.h and include the directory where it is in the project include dirs, but it doesn’t work… I read in the documentation that I should look for directory called thirdparty, but it is nowhere to be found - the instructions might be outdated?
Could someone explain me how to set up a visual studio project with panda?
Here’s my panda diretory:
F:\dev\panda3d>dir /B
bin
direct
etc
include
lib
LICENSE
Manual.url
models
NSIS
panda3d
pandac
plugins
Pmw
python
ReleaseNotes
samples
Samples.url
uninst.exe
Website.url