when i run my VC++ project in debug mode there is no error but when i build the same project in "release mode" it gives lot of error of missing files like this:
1>------ Build started: Project: testMMHC, Configuration: Release Win32 ------
1>Compiling...
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
1>Utility.cpp
1>..\..\..\..\structure_learning\src\Utility.cpp(18) : fatal error C1083: Cannot open include file: 'Utility.h': No such file or directory
1>testMMHC.cpp
1>.\MMHC\testMMHC.cpp(18) : fatal error C1083: Cannot open include file: 'pl.h': No such file or directory
1>slMI.cpp
1>.\MMHC\slMI.cpp(22) : fatal error C1083: Cannot open include file: 'pl.h': No such file or directory
1>LoadDataSet.cpp
1>c:\probt_slp_2.1\trunk_probt21\work\yasin\testmmhc - test\testmmhc\mmhc\LoadDataSet.h(20) : fatal error C1083: Cannot open include file: 'pl.h': No such file or directory
1>indeptest.cpp
1>..\..\..\..\structure_learning\src\cond_indep\indeptest.cpp(20) : fatal error C1083: Cannot open include file: 'pl.h': No such file or directory
1>FrequencyCounter.cpp
1>..\..\..\..\structure_learning\src\FrequencyCounter.cpp(18) : fatal error C1083: Cannot open include file: 'FrequencyCounter.h': No such file or directory
1>ComputeChiSquare.cpp
1>.\MMHC\ComputeChiSquare.cpp(19) : fatal error C1083: Cannot open include file: 'pl.h': No such file or directory
1>BayesianNetwork.cpp
1>..\..\..\..\structure_learning\src\BayesianNetwork.cpp(13) : fatal error C1083: Cannot open include file: 'BayesianNetwork.h': No such file or directory
1>AlgoMMPCbar.cpp
1>.\MMHC\AlgoMMPCbar.cpp(21) : fatal error C1083: Cannot open include file: 'BayesianNetwork.h': No such file or directory
1>AlgoMMPC.cpp
1>.\MMHC\AlgoMMPC.cpp(17) : fatal error C1083: Cannot open include file: 'boost/scoped_ptr.hpp': No such file or directory
1>AlgoMMHC.cpp
1>.\MMHC\AlgoMMHC.cpp(17) : fatal error C1083: Cannot open include file: 'boost/scoped_ptr.hpp': No such file or directory
1>Build log was saved at "file://c:\ProBT_SLP_2.1\trunk_ProBT21\work\yasin\testMMHC - test\testMMHC\Release\BuildLog.htm"
1>testMMHC - 11 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========