First, I’m trying to get up to speed on Urho3D using C++. I’m a C# developer and have minimal C++ experience.
I’ve followed this process and created a new VS2017 project. Now I’m trying to re-create the HelloWorld project from the samples as a stand alone project. In the HelloWorld example Solution Explorer there is a reference to Urho3D that is not in the blank project I created. I tried to add a reference to it, but can’t seem to navigate to it. Did I miss something?
Also, there is an #include “Sample.h” in HelloWorld.h. Do I need this in order to get a simple HelloWorld example up and running? My apologies for the newbe questions, but your help is greatly appreciated.