use Configuration Properties > C/C++ > Ouptut Files> $(IntDir)\%(RelativeDir)\%(Filename)
this will duplicate the source file structure under the debug directory and deposit the object file for each directory in a folder of the same name under the Debug directory
use Configuration Properties > C/C++ > Ouptut Files> $(IntDir)\%(RelativeDir)\%(Filename)
this will duplicate the source file structure under the debug directory and deposit the object file for each directory in a folder of the same name under the Debug directory
This is easy to fix in the IDE. Click the first file in the folder, Shift+Click the last file so all of them are selected. Right-click, Properties, C++, Output Files. Change the Object File Name from
$(IntDir)\
to, say,
$(IntDir)\Univariate\
. You can repeat for the Multivariate file group although that's not strictly necessary.
1282

被折叠的 条评论
为什么被折叠?



