#include <math.h>
#include <stdlib.h>
#include "snipmath.h"
#include <stdio.h>
#include "prec.h"
#include <mpir.h>
#include <mpfr.h>
I have a .c
file in my project in Visual Studio and I have included the above headers. All the headers have no errors except the prec.h
line. I have tried including its path in "Additional Include Directories". Why cant it open this particular source file?