Hey Fellow GDCM users,<br><br>I tried compiling a very simple application using MS Visual Studio.NET 2005 and I was getting the following error:<br><br><pre>c:\Creatis\gdcm\include\gdcm\gdcmCommon.h(22) : fatal error C1083: Cannot 
<br>open include file: 'gdcmConfigure.h': No such file or directory<br><br><span style="font-family: arial,sans-serif;">I noticed Mathieu's comment on the mailing list from a while back saying that you should use CMake to compile the application, but when I made the 
CMakeLists.txt file and try using CMake, I got an error<br>regarding CMake not find GDCM_DIR and how I should set GDCM_DIR. Is there something I'm missing?<br><br>Thanks,<br><br>Ram<br><br>P.S. The application simply was a variation of the application
<br><br></span>#include <gdcmDicomDirObject.h><br><br>int main(int argc, char* argv[])<br>{<br><br>       return 0;<br>}<br></pre><br>