Hi BRabbit,
welcome to the Cafu forums!

| BRabbit wrote: |
| Hi, I've just downloaded the Cafu source and built it, everything was ok; but where are the VC++ .vcproj and .sln files? Or is there a way to use SCons to generate them? |
Unfortunately I don't know of a way to create
.vcproj and
.sln files from SCons (although that would certainly be very helpful).
The big advantage of SCons is that it allows us to build Cafu on all supported platforms with all supported compilers, without us having to address all those (very many, very different, and sometimes very weird) platform-specific build tools.
I've been considering switching to other build tools though in order to make building Cafu even simpler, such as
Waf,
Premake,
CMake, etc., but so far I've never found the time to dig into them.
| Quote: |
| Apart from using the VC++ (2008) compiler I would like to use the IDE too, and the debugger (even more important). |
I think you can do all that even without the
.vcproj and
.sln files - just open the related files in the IDE.
Especially the debugger can be used stand-alone with just the executable files; when it breaks, it will automatically show you the proper place in the code.
If you use the Express Edition of VC++, you may want to install WinDbg as a port-mortem (or "just-in-time") debugger, please see
viewtopic.php?p=3765#p3765 for more details.