I added the includes and references of NVMAPI-Main folder and I added the reference folder of amd64 for my 64 bit machine. it displays thousands of compile errors C2059 on NVAPI_INTERFACE . There are 0 instructions on how to setup NVAPI for my IDE
#include "nvapi.h"
#include "NvApiDriverSettings.h"
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#pragma comment(lib, "nvapi64.lib")
int main()
{
std::cout << "Hello World!\n";
}