mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

Errors when building on Windows - missing files #48

Open oshapio opened 5 years ago

oshapio commented 5 years ago

Hey, even though the fix was made on similar issue with missing files on windows (https://github.com/mikegashler/waffles/issues/45), I'm still getting the same (including some more) error:

Error   1   error C1083: Cannot open source file: 'GActivation.cpp': No such file or directory  
\waffles-master\src\GClasses\c1xx   GClasses

Error   2   error C1083: Cannot open source file: 'GBlock.cpp': No such file or directory   \waffles-master\src\GClasses\c1xx   GClasses

Error   5   error C1083: Cannot open source file: 'GNeuralDecomposition.cpp': No such file or directory \waffles-master\src\GClasses\c1xx   GClasses

I'm using VS 2013 on Windows 10

How can I resolve these? Thanks