Wizard doesnt create reference files
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-08-05
01:19 AM
- last edited on
‎2022-12-06
02:02 PM
by
Daniel Kassai
‎2017-08-05
01:19 AM
Hello;
a newb here;
I've just tried using the wizard in VS to create my project file
(In visual studio 2015 the "C++ Archicad Add-on").
and it creates the project, but some reference/include files are missing.
is this normal behavior, or am I doing something wrong.
do I need to copy the missing reference files manually, or is there something wrong with the installation?
a newb here;
I've just tried using the wizard in VS to create my project file
(In visual studio 2015 the "C++ Archicad Add-on").
and it creates the project, but some reference/include files are missing.
is this normal behavior, or am I doing something wrong.
do I need to copy the missing reference files manually, or is there something wrong with the installation?
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-08-09 05:23 PM
‎2017-08-09
05:23 PM
Hello,
Where did you place your project files?
If you create an add-on using the wizard, it uses relative paths for libraries and headers, and as such, you should place your add-on's project folder under the path\to\devkit\Examples folder.
Best regards,
Dénes
Where did you place your project files?
If you create an add-on using the wizard, it uses relative paths for libraries and headers, and as such, you should place your add-on's project folder under the path\to\devkit\Examples folder.
Best regards,
Dénes
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2017-08-10 12:51 AM
‎2017-08-10
12:51 AM
ah. so that's what I did wrong.
I use my work folder on another drive.
thanks for help. I think there'll be plenty more to come.
I use my work folder on another drive.
thanks for help. I think there'll be plenty more to come.