'#include "pandaFramework.h"': skipped msvc

Full error: \panda3dexample.cpp(2) : warning C4627: ‘#include “pandaFramework.h”’: skipped when looking for precompiled header use
same for pandaSystem.h aswell

I followed the instructions for visual studio on the website and after trying the hello world program, I got this error. Since I am new to visual c++ this could be a really simple error.

looks like your project is set up to use precompiled headers while panda does not use them. disable precompiled headers and you are good to go

Thank you, that worked. :smiley: