Recently, I am trying to compile FFTW source code in Visual Studio 2010. I followed the instructions from the FFTW website. I downloaded the source code fftw-3.3.2.zip and the corresponding package vs 2010 fftw-3.3-libs-visual-studio-2010.zip.
- I got four projects from the solution, bench, benchf, libfftw-3.3, libfftwf-3.3
But when compiling, I received the following errors for each of the projects: C: \ Program Files (x86) \ MSBuild \ Microsoft.Cpp \ v4.0 \ Platforms \ x64 \ Microsoft.Cpp.x64.Targets (514.5): error MSB8008 : The installed platform toolkit (Windows7.1SDK) is not installed or is invalid. Ensure that the supported PlatformToolset value is selected. which indicates the following content
I tried the debug / release build for x64 and win32, none of them worked.
Can someone help me with this?
source
share