取消引用指向不完整类型的指针

#include <stdlib.h>
#include <conio.h>
#include <stdio.h>
#include <windows.h>(这是用的头文件)
if(strcmp(uname,qe->studentid)==0 && strcmp(upassword,qe->studentpwd)==0)
(报错)引用指向不完整类型的指针

我打的代码全是这个错。

代码完整一点,就这一行不好判断。strcmp中的变量都是怎么定义的呢

指针未初始化