When I download people's existing solution from Visual Studio, they are all missing the BuddyWing reference from the C# project file. When I go to add the reference, I am pointing to the Buddywing.exe
After I do this, I am still getting errors in every single solution I open, here is an example of namespaces it does not see/have:
using Buddy.BehaviorTree;
using Buddy.CommonBot;
using Buddy.Swtor;
Am I missing a dll? Or is the current version of the exe too new for these older solutions?
Where is a good example of a working solution I can open in which it will all compile?
After I do this, I am still getting errors in every single solution I open, here is an example of namespaces it does not see/have:
using Buddy.BehaviorTree;
using Buddy.CommonBot;
using Buddy.Swtor;
Am I missing a dll? Or is the current version of the exe too new for these older solutions?
Where is a good example of a working solution I can open in which it will all compile?