Home Forums Software Development [Solved] C++ SDK Error in interactionbase.inl Reply To: [Solved] C++ SDK Error in interactionbase.inl

#5284
Jorge Nonell
Participant

Hi Jenny,
Thanks for the response, it definitely helped me fix the problem. So Im working in visual studio 2015, and in addition to including windows32.lib I also had to place a #include “Windows.h” at the top of interactionagentbase.inl in order for vc2015 to be able to compile the project. Otherwise it would not find the reference. Not sure if there’s another way I can fix this, but just wanted to make sure you guys were aware.

Jorge