It is a C program
but im getting this error. I dont really understand precompiled headers so i dont know what to do.
Code:
c:\startupplot\startupplot.c(4) : fatal error C1853: 'Debug/StartUpPlot.pch' is not a precompiled header file created with this compiler
Code:
#include "stdafx.h" #include "AlazarApi.h" #include "AlazarCmd.h" #include "windows.h" #include "stdio.h" #include "conio.h"
Quote:
Use precomiled header:
through : stdafx.h
Thanks.


