I have Geant4 set-up to run on my Win32 system and have been using cygwin (Linux-like shell) to build the exe files. I figure that VC++ should also be able to build the exe files but I keep getting errors when I only use VC++ to do the project build.
After I add all the header files as part of a project, I still can't get it to build. Error message example: fatal error C1083: Cannot open include file: 'G4RunManager.hh': No such file or directory
I'm trying to link all the required libraries in the Project properties but so far it's not helping. Let me know if you have any suggestions on how to get VC++ to look in the right directories...
Thanx.