What is "StdAfx.h"? I always get a error that this is not included or not a dictionary. What is this file? Were can I get it? Do I need it?
Bapes
What is "StdAfx.h"? I always get a error that this is not included or not a dictionary. What is this file? Were can I get it? Do I need it?
Bapes
It's included with the source and yes, it's necessary. It's a header file used for PCH. It includes other necessary header files.
Were is it? How do I add it?
Bapes
You can Download it here
stdafx.h download
I hope this helps you with your compiling problems, if you have anymore just post in same thread. Me or someone else will be happy to answer it ^^
Do I just include that or do I go to ascent svn and compile that with the things I want?
Bapes
Compile it with the things you want.
Don't use it.
Stdafx.h is not a "common" header. It's a custom header created specifically FOR your project. Hence if you download that file, you will screw up the compile.
The stdafx.h file is included WITH the source because it is part OF the ascent source.
Do I set directory's to the source or compile with the source?
Bapes
model it off of other scripts like the instance scripts project