When I build a c++ project with Visual Studio the process get in stuck while Generating Code:
1>------ Rebuild All started: Project: myWrapper, Configuration: Release Win32 ------
1> funzioni_ausiliarie.cpp
1> myWrapperFunction.cpp
1> NLP_eta_tre_spline.cpp
1> Generating Code...
MSVS is still responding and seems to being working, but I waited more than 10 minutes and it didn't finished. Finally I canceled the process. Instead, building in debug mode it finisces in 20 seconds.
I also tried to disable "Whole Program Optimization" and "Multi-processor compilation" in C++ compile options and I left empty the parameter "Link Time Code Generation" in linker options (obviously for release configuration) but the problem still occurs.
Any help would be greately appreciated.
