I try to use VS2010 to compile SoQt 1.5.0 in windows7, but I failed with compiling error:
src\Inventor\Qt\editors\SoQtMaterialEditor.cpp(41): fatal error C1083:cannot open include file:“Inventor/Qt/editors/SoQtMaterialEditor.h”: No such file or directory
I don't change any files of SoQt, but the code version of SoQt only have msvc9, and my qt is 4.8.2. I think maybe the source code lost SoQtMaterialEditor.h.in and SoQtMaterialEditor.h.cpp, so who has this file or the source code that can be compiled?
I have to use this library because I want to do grasp simulation of hand by using GraspIt!. Is there has other compiled methods to compile this library or other libraries that can deal with hand grasp simulation? Thank you!