Game Development Community

TGB compile error

by Aaron Moore · in Torque Game Builder · 04/25/2006 (6:50 am) · 3 replies

Went to compile TGB, error on an include file. Am I missing a SDK?

it was:

#include "mfc/afxres.h"

#1
04/25/2006 (7:19 am)
Here's a post about this issue.

If I remember correctly, you can try replacing the include with one of the following...

#include "afxres.h"

... or without the mfc reference ...

#include "windows.h"

Hope this helps,

- Melv.
#2
04/25/2006 (10:38 pm)
I see, thanks.
#3
04/25/2006 (11:52 pm)
No problem.

- Melv.