Compilation error when compiling with VS2008

The following error is received:
1>—— Build started: Project: TestAudioEngine, Configuration: Debug Win32 ——
1>Compiling…
1>stdafx.cpp
1>d:2d-x\testaudioengine.win32\stdafx.h(23) : fatal error C1083: Cannot open include file: ‘afxwin.h’: No such file or directory
1>Build log was saved at “file://d:2d-x\TestAudioEngine.win32\Debug.win32\BuildLog.htm”
1>TestAudioEngine - 1 error(s), 0 warning(s)
Build: 0 succeeded, 1 failed, 6 up-to-date, 0 skipped

I am using version 0.7.2

TestAudioEngine has compilation error without vs2008 SP1,
It’s a known bug at issue #296.

You should get rid of MFC and afxwin.h, seriously, to have an ability to use both vc express and gcc on win32.
Everything is working okay without it (you just have to comment it out) except audio sample.

I found TestAudioEngine-win32 using MFC after @yangws finished it. He’s lazy to put the buttons without MFC.
The idea is to merge TestAudioEngine into “tests”, and use CCMenuItem instead. I will push this issue #307