Author:Akos Somorjai
Posted: Fri Oct 02, 2015 8:30 am (GMT+1)
Please add an #include <windows.h> to the include section in the .cpp file.
Best, Akos
Posted: Fri Oct 02, 2015 8:30 am (GMT+1)
adlarch wrote: | ||
Hello, I'm new to the world of AC add-on development so please bear with me and sorry if this question has been addressed elsewhere... (i searched the best i could) I managed to compile the example add-ons with VS2010, and successfully ran them in AC19 As i like to start with a clean slate, i took a look over the Add-On Wizard. Here are the build errors i get...
Some of the missing types are "WCHAR", "HINSTANCE", "HWND"... the funny thing is that when I try to find the definitions using VS2010 "find definition" function it finds them.... Any help is greatly appreciated! |
Please add an #include <windows.h> to the include section in the .cpp file.
Best, Akos